Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 285 Bytes

readme.md

File metadata and controls

13 lines (13 loc) · 285 Bytes

Initialize angular project

This is a sample to start angular project

Run

Install all dependencies

$ npm install

Build project

$ gulp build

Start server

$ gulp serve

Run tests once

$ gulp karma

Run tests in watch mode

$ gulp karmaa