Skip to content
/ next-js-boilerplate Public template

Next.JS Boilerplate for Production Applications

Notifications You must be signed in to change notification settings

lm93547/next-js-boilerplate

Repository files navigation

Installation

Step by step series on how to install this project.

  1. Clone this repo
  2. yarn install
  3. yarn dev

Generators

  • Run generators to automate common code operations
  • So far we have generators for pages and components
  • yarn run generate
  • Select what you want to generate
  • Give it a name (it wont allow duplicate names, so no issues there)
  • Let it work its magic
  • Built with plop and handlebars

Testing

  • To run the cypress test either
    • run with GUI: npm run cypress
    • run in CLI: npm run cypress-headless
  • How do we test partial/E2E?

About

Next.JS Boilerplate for Production Applications

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published