Skip to content

amninderchahal/ecommerce-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eCommerce Web

Install TSLint extension for VS Code to lint source code.

Installation

$ npm install

Running the app

# build
$ ng build # compiles application and outputs to dist folder

# start dev server with watch mode
$ ng serve

# production build
$ ng build --prod

Note: This application needs ecommerce-api running

Test

# unit tests
$ ng test

# lint
ng lint

# e2e tests
$ ng e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published