https://stellar-burg.netlify.app/
- Clone project with
git clone [email protected]:rdtabb/react-stellar-burger.git
cd react-stellar-burger
- In the directory run
npm i
- To prevent your vscode setting from overriding
.prettierrc
go toVSCode Settings
-> type inPrettier require config
-> check the box
index.js
rendersApp.tsx
located incomponents
directory- All routes (except modals) imported into
App.tsx
should come frompages
directory - Pages in
pages
directory should consist only of components fromcomponents
directory
- React/Typescript
- Redux Toolkit/RTK Query
- React DnD
- Webpack/Craco/Babel
- Eslint/Prettier
- Prettier