Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 470 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 470 Bytes

Covalent QuickStart

Quickstart App with @covalent packages

Setup

  • Ensure you have Node 4.4 and NPM 3+ installed.
  • Install Angular CLI npm i -g angular-cli@1.0.0-beta.8
  • Install TSLint and Typescript npm install -g tslint typescript
  • Install Protractor for e2e testing npm install -g protractor
  • Install Node packages npm i
  • Update Webdriver webdriver-manager update and ./node_modules/.bin/webdriver-manager update
  • Run local build ng serve