Description: pet-project for Strada
git clone "this repocitory"
npm create vite@latest my-react-app --template react
cd my-react-app
npm install
to start local server for development:
npm run dev
npm init @eslint/config
npm install -D eslint-plugin-react eslint-plugin-react-hooks eslint-config-airbnb
//soon
npm install -D --save-exact prettier eslint-config-prettier
echo {}> .prettierrc.json
{ "trailingComma": "es5", "tabWidth": 4, "semi": true, "singleQuote": true }