Easily and effortlessly start working on NextJS applications, just clone and run.
- NextJS setup with external stylesheets and external structural components
- AirBnB eslint configuration
- Jest as a testing framework
- Uses SCSS as a preprocessor for CSS styles
- Clone project
npm install
NOTE: We've found issues using yarn with NextJS projects.- For local development run
npm run dev
- For production deployments
npm run build && npm run start