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