- {description}
In the project directory, you can run:
Runs the app in the development mode
Open http://localhost:3000 to view it in the browser
The page will reload if you make edits
You will also see any lint errors in the console.
Deployed the app for production assets to the out/
folder
It correctly bundles React in production mode and optimizes the build for the best performance
Runs the Next.js production server for SSG
Runs formatter.
Runs linter(detect only, does not fixer) of ESLint and TSC, that will prevent bugs!
Launches the test runner by watch mode
Launches the test and lint for headless mode
Getting test coverage
Starts Storybook in development mode
Settings for hosting Next.js on sub directory
Settings for customize _next
directory path
- This is useful, if have multiple Next.js instances in the same directory
- Reference