christiannaths / nextjs-starter

My current favorite NextJS setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

My current favorite NextJS setup


Languages

Language:JavaScript 98.4%Language:Shell 1.6%