Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 375 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 375 Bytes

Angular2-Dashboard

How to start

Note that this seed project requires node v4.x.x or higher and npm 2.14.7.

You must have ts-node and typings installed as global. If you don't, use:

npm install -g ts-node
npm install -g typings

Then you can run:

npm install 

To start the demo-app, use:

npm run demo-app