Using node v18* is a proposal
Environment variable configuration
cp .env.example .env
First, run the development server:
pnpm start
Builds the app for production to the build
folder.
pnpm build
Convention check and format
## lint check
pnpm lint
## lint fix
pnpm lint:fix
## prettier check
pnpm format
## style check
pnpm style
Launches the test runner in the interactive watch mode
npm run test
# or
pnpm test
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/App.tsx
. The page auto-updates as you edit the file.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.