Skip to content

A very basic opinionated React + Next.js template for the sake of convenience.

License

Notifications You must be signed in to change notification settings

kognise/next-barebones-template

Repository files navigation

Next.js Barebones Template

A very basic opinionated React + Next.js template for the sake of convenience.

Style

This template encourages some basic style rules.

  • Tab indentation
  • Import sorting
  • Single quotes and no semicolons

Usage

Clone or download this repository, or use GitHub's template feature.

To start the development server, run yarn dev.

To run the linter manually, run yarn lint:fix or yarn lint:check.

For production, yarn build and then either yarn start or yarn static.

About

A very basic opinionated React + Next.js template for the sake of convenience.

Resources

License

Stars

Watchers

Forks