Demo: Demo
There are 2 folders in the src/app folder:
- presentation contains the actual presentation engine
- demo contains the demo app
- clone:
git clone https://github.com/AngularNYC/angular-presentation.git - Install npm. Test with
npm -v - install:
npm install - start:
npm start - test:
npm test
npm run sw-serve- open
localhost:8080
This project was generated with Angular CLI version 1.0.0.