An open API service indexing awesome lists of open source software.

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

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`.