Hello! This is a project for the final task in RSSchool, eCommerce Application for online flowers store. Application with beautiful flowers for home. The application is very convenient to use.
With this application, users can:
- Log in and registered
- Manage profile
- View the product catalog
- View details of product
- Order flowers
- TypeScript
- React
- SCSS
- The project is managed using Trello board.
- Commercetools
- Vite
- ESLint, Prettier, Husky
- Vitest
Clone the project
git clone https://github.com/IvanKirik/eCommerce.gitGo to the project directory
cd eCommerceInstall dependencies
npm install --legacy-peer-depsStart the project run
npm run dev To build this project run
npm run buildNow you can open in browser to the address: [http://localhost:5173]
http://localhost:5173To run tests, run the following command
npm run testTo run eslint, run the following command
npm run lintTo run prettier, run the following command
npm run format