Project with configured ESLint, Prettier, Stylelint, Editorconfig, Lint Staged & Husky hooks.
- ReactJS 18
- TypeScript
- Redux Toolkit (storage context for pizzas | filtration | errors | cart items)
- React Router v6 (navigation)
- Prettier (formatting .js,.ts files)
- ESLint (linting for the project)
- Stylelint (formatting SCSS)
- SCSS-Modules / SCSS (styles)
- React Content Loader (loading skeleton)
- React Pagination (pagination)
- and more...
NestJS (Typescript) with MongoDB. The server is hosted on Heroku.
Article on how to deploy NestJS application to Heroku.
Install all the packages needed to run your react application.
npm install
then
npm start