alecmce / angular-presentation

Angular presentation library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Angular presentation library

License:Apache License 2.0


Languages

Language:JavaScript 93.6%Language:TypeScript 2.9%Language:CSS 2.3%Language:HTML 1.2%