https://github.com/karthi-21/goshopping
POC for an ecommerce site
https://github.com/karthi-21/goshopping
angular demo ngrx store
Last synced: 29 days ago
JSON representation
POC for an ecommerce site
- Host: GitHub
- URL: https://github.com/karthi-21/goshopping
- Owner: karthi-21
- Created: 2020-08-29T09:10:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T14:44:29.000Z (almost 6 years ago)
- Last Synced: 2023-07-18T16:25:01.331Z (almost 3 years ago)
- Topics: angular, demo, ngrx, store
- Language: TypeScript
- Homepage: https://karthi-21.github.io/GoShopping/
- Size: 2.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoShopping
GoShopping is an e-commerce app template generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.8, [Bootstrap 4](https://getbootstrap.com/), [NgxSpinner](https://www.npmjs.com/package/ngx-spinner) and [ngx-toastr](https://www.npmjs.com/package/ngx-toastr). Thanks for this libraries and frameworks to make work so simple in less time.
## Working Demo
Here is a demo, running on GitHub pages. [click here](https://karthi-21.github.io/GoShopping)
## To run the project on local
To run this app first you need to install all npm packages by simply running `npm i` command, then `ng serve`.