Frontend of online clothes shop, made with Angular framework. Application provide 3 access levels (guest, customer and employee) with specific privileges
First of all, make sure that you have installed NodeJs - if not, you can download it from here:
https://nodejs.org/en/download/
Then install required prerequisites on your development machine:
npm install --save
I case of running application on dev server make sure that you have installed AngularCLI:
npm install -g @angular/cli
npm start
or ng serve
This will start a dev server. After that navigate to page http://localhost:4200/
For proper working, you need to also setup and run backend app. You can find it here:
- https://github.com/Ukasz09/ProBazShop-Backend-but-Python (Python version with MongoDB)
- https://github.com/Ukasz09/Probaz-shop-backend-but-SQL (NodeJs version with PostgreSql)
- https://github.com/Ukasz09/ProBazShop-Backend (NodeJs version with MongoDB)
Created by | [email protected] |
---|---|
Feel free to contact me! 👊 |