To run project:
- clone repository locally using terminal
git clone https://github.com/IevaZR/E-commerce-store
2a) to run frontend part change current working directory to E-commerce-store
cd E-commerce-store/frontend
2b) to run backend part change current working directory to E-commerce-store
cd E-commerce-store/backend
- install dependencies
npm install
- run react project
npm start
- open the app locally using the localhost link provided in the terminal