- Install dependencies
npm install
- Start the development server
npm run dev
- Generate a full static production build
npm run build
- Preview the site as it will appear once deployed
npm run start
dev
– start dev serverbuild
– bundle application for productionexport
– exports static website toout
folderanalyze
– analyzes application bundle with @next/bundle-analyzer
typecheck
– checks TypeScript typeslint
– runs ESLintprettier:check
– checks files with Prettierjest
– runs jest testsjest:watch
– starts jest watchtest
– runsjest
,prettier:check
,lint
andtypecheck
scripts
prettier:write
– formats all files with Prettier