shop-angular
v1.0.0
Published
This project was generated angular shop 1.0.0. ## Prerequisites
Downloads
9
Maintainers
Readme
Angular Shop
This program allows you to create the ecommerce application.
Link to training : https://apprenez-a-coder.fr
Prerequisites
Both the CLI and generated project have dependencies that require Node 8.9 or higher, together with NPM 5.5.1 or higher.
Installation
BEFORE YOU INSTALL: please read the prerequisites
Install Globablly
npm install -g shop-angular
Install Locally
npm install shop-angular
Generate a project
shop-angular PROJECT-NAME
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Development server
Run npx ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Build
Run npx ng build to build the project. The build artifacts will be stored in the dist/ directory.