Skip to content

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

License

Notifications You must be signed in to change notification settings

mcmakler/nextjs-seed

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published