###An experiment with RXjs observables, dependent/chained async http calls, state control, and ngAnimate.
http://plnkr.co/edit/5SEjvEU1nV9jtTaLLDnf?p=preview
(slightly different setup with systemJS instead of webpack and no Material UI library)
Make sure you have Node version >= 4.0 and NPM >= 3 and your text editor is setup for Typescript
git clone https://github.com/Ckearns1210/star_wars_angular2.git
cd star_wars_angular2
npm install typings webpack-dev-server rimraf webpack -g
npm install
npm start
npm run server:dev:hmr
go to http://0.0.0.0:3000 or http://localhost:3000 in your browser
#Production Build
cd star_wars_angular2
(make sure you are in the root and on the right branch)
npm run build:prod