angular2-superhero-demo
angular2-superhero-demo copied to clipboard
Angular 2.0 example
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