Skip to content

Boilerplate react together with vite, eslint, prettier, sass, husky, commitlint, cz-cli.

Notifications You must be signed in to change notification settings

BaltsevichDanil/react_boilerplate

Repository files navigation

Vite React Boilerplate

Vite React React Router SASS ESLint

Technologies

  1. Vite
  2. React
  3. React router

Eslint settings

  1. Import order
  2. No magic numbers
  3. Naming convention

Install

# npm
npm install
# yarn 
yarn

Start

# npm
npm run dev
# yarn 
yarn dev

Build

# npm
npm run build
# yarn 
yarn build

Format

# npm
npm run format
# yarn 
yarn format

Lint

# npm
npm run lint
# yarn 
yarn lint

About

Boilerplate react together with vite, eslint, prettier, sass, husky, commitlint, cz-cli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published