/nextjs-seed

Seed project for NextJS applications includes AirBnB eslint configuration and Jest for testing.

Primary LanguageJavaScriptMIT LicenseMIT

NextJS Seed Project

Easily and effortlessly start working on NextJS applications, just clone and run.

What the project Includes

  • 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

How to use

  • 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