djom202 / angular2-superhero-demo

Angular 2.0 example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS 2 Example

Batman vs Superman - Simple voting app created with AngularJS 2.0.0-alpha.45, Firebase and Materialize CSS.

Demo

You can see the application in action in this Demo.

Installation

Install dependencies:

$ npm install 

Build project:

$ gulp

How to use

Compile code and watch for changes:

$ npm run tsc

Start local http server run the following command in the root directory of the application:

$ npm start

About

Angular 2.0 example

License:MIT License


Languages

Language:JavaScript 91.5%Language:CSS 7.7%Language:HTML 0.5%Language:TypeScript 0.4%