A very basic opinionated React + Next.js template for the sake of convenience.
This template encourages some basic style rules.
- Tab indentation
- Import sorting
- Single quotes and no semicolons
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
.