Feel free to use this Boilerplate as a starting point for your own Next.js Projects.
Here you will find all the available npm commands.
Use this command to develop local.
npm run dev
This will create an optimized production build.
npm run build
Use this command to run your Application on the Server.
npm run start
You can run one of the following commands to lint your code.
npm run lint // JS & CSS
npm run lint:scss
npm run lint:js
Run this command to execute your jest tests.
npm run test:unit
npm run test:unit:update // Update Snapshots
Run one of these commands to run your integration & e2e tests.
npm run cypress // Command Line
npm run cypress:open // GUI
To verify your static typing run the following command.
npm run type:check