Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pankajparkar/e-shopping
https://pankajparkar.github.io/e-shopping/
https://github.com/pankajparkar/e-shopping
Last synced: 20 days ago
JSON representation
https://pankajparkar.github.io/e-shopping/
- Host: GitHub
- URL: https://github.com/pankajparkar/e-shopping
- Owner: pankajparkar
- License: mit
- Created: 2020-07-26T04:17:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:32:06.000Z (about 2 years ago)
- Last Synced: 2024-10-31T23:12:43.653Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting started - step by step
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.20.
- Install [NodeJS](https://nodejs.org/en/)
- `cd` into this folder
- Run `npm install`## Development
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `npm test` to execute the unit tests via [Karma](https://karma-runner.github.io).
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.