Project template for React
Starts development server. Open http://localhost:3000 to view it in the browser.
Builds this app for production to the dist
dir.
Runs type checker, linter and formatter.
If you want to run individually, you'll try to pnpm check:<name>
(See package.json
).
Runs linter and formatter with auto fix mode.
If you want to run individually, you'll try to pnpm fix:<name>
(See package.json
).