Angular 2 Play
LIVE DEMO: https://ng2play.azurewebsites.net
This repo uses Angular 2.0.2 Material 2 Alpha 9 and is hosted with Webpack using Angular CLI.
Run the following commands to run the application
// Install angular-cli and typings once globally
npm -g install angular-cli
npm -g install typings
// To run the frontend
git clone https://github.com/ajtowf/ng2_play.git
cd ng2_play
npm install
ng serve
// To run the backend
cd ng2_play\backend
node app.js