/nextjs-starter

My current favorite NextJS setup

Primary LanguageJavaScript

NextJS Project Starter

Getting Started

  1. clone this repo
  2. run yarn install
  3. Create .env.local (see .env.local.example)
  4. run yarn start to start the dev server
  5. run yarn test to run Cypress integration tests
  6. visit http://localhost:3000
  7. Work!