/angular-presentation

Angular presentation library

Primary LanguageJavaScriptApache License 2.0Apache-2.0

AngularPresentation

Join the chat at https://gitter.im/AngularNYC/angular-presentation

Demo: Demo

Project structure

There are 2 folders in the src/app folder:

  • presentation contains the actual presentation engine
  • demo contains the demo app

How to:

  • 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

Developing for offline mode:

  • npm run sw-serve
  • open localhost:8080

This project was generated with Angular CLI version 1.0.0.