Skip to content

includeVitor/nextjs-boilerplate

Repository files navigation

nextjs-boilerplate · GitHub license Main CI codecov

Running locally:

  • Run yarn to install all dependencies
  • Start the application with yarn dev
  • Now you can visit localhost:3000 from your browser

Running tests:

  • Run yarn test to execute the tests
  • Run yarn test:coverage to execute the tests and export the reports to /coverage folder
  • Run yarn test:u to update the snapshots tests

Checking types:

  • Check types of all files with yarn type-check

Formatting:

  • Format all files with yarn format

Ready to run in production? Please check our deployment guides.