Skip to content
/ next-starter Public template

This is a starter project for React that uses Next.js (lint, tests, TypeScript, Github actions, Saas)

License

Notifications You must be signed in to change notification settings

edwinpgm/next-starter

Repository files navigation

Next Starter

This is a starter project for React that uses Next.js. This is a very basic functionalities.

  • Linter via Eslint and Prettier.
  • Testing with Jest and Testing Library.
  • Github actions workflows set up to run tests and linting.
  • Basic structure especially for small projects.
  • ITCSS setup with SASS.
  • TypeScript configuration.

Motivation

Usually, we're creating small projects and want to go faster without waste time thinking about setup and make it.

For this reason, we start developing this small project that right now helps us a lot.

Running locally in development mode

To get started, just clone the repository and run.

git clone https://github.com/Edwinpgm/next-starter.git
yarn install
yarn dev

Testing

We use Jest with Testing Library.

yarn test

Linting

We use Eslint.

yarn lint

About

This is a starter project for React that uses Next.js (lint, tests, TypeScript, Github actions, Saas)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published