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.git
Go to the project directory
cd eCommerce
Install dependencies
npm install --legacy-peer-deps
Start the project run
npm run dev
To build this project run
npm run build
Now you can open in browser to the address: [http://localhost:5173]
http://localhost:5173
To run tests, run the following command
npm run test
To run eslint, run the following command
npm run lint
To run prettier, run the following command
npm run format