Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 423 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 423 Bytes

React N5

Create a new project with Vite

Tech: React, Typescript, Eslint, Eslint Airbnb, Prettier, Sass, Sonarjs

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