Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 443 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 443 Bytes

My Config React

Create a new project with Vite

Tech: Vite, React, Typescript, Eslint, Eslint Airbnb, Prettier, Sass, Sonarjs & Jest

Get started

  1. Clone repo

  2. Install Packages

yarn install
  1. Development server
yarn dev
  1. Production server preview
yarn build
...
yarn preview

Others scripts

Check eslint rules

yarn lint

Format files vía prettier

yarn format