Skip to content

The Book Store - Ecommerce Website using Angular, Angular Material UI, Bootstrap 4,... to build UI templates

Notifications You must be signed in to change notification settings

Bacdong/ecommerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce App - BookStore

Reference Links

Environment

  • NodeJS: v12.19.0
  • Angular: v11.2.1

Install Environment

  • Install packages:
cd vlaunch/
npm install
npm install --also=dev
  • Config environments
cd vlaunch/
vi /src/environments/environment.prod.ts
vi /src/environments/environment.ts
  • Generate a new component
cd vlaunch/
ng generate component <component-name>
ng generate directive|pipe|service|class|guard|interface|enum|module

Web Serve

cd vlaunch/
ng serve
ng serve --port <Your port>

Build & Deploy

  • Build
cd vlaunch/
ng build
  • Deploy
cd bash/prod
bash deploy_web.sh

About

The Book Store - Ecommerce Website using Angular, Angular Material UI, Bootstrap 4,... to build UI templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published