Create a new project with Vite
Tech: React, Typescript, Eslint, Eslint Airbnb, Prettier, Sass, Sonarjs
-
Clone repo
-
Install Packages
yarn install
- Development server
yarn dev
- Production server preview
yarn build
...
yarn preview
Check eslint rules
yarn lint
Format files vía prettier
yarn format