-
Fork and clone this repo
-
npm install
-
Run the TypeScript compiler and watch for changes
npm run tsc
-
Open 2nd terminal and launch the app in the browser
npm start
- Add redirectTo and/or otherwise routes
- Fix http as it evolves
- Replace mocks with http when ready
- To run in a browser that doesn't support ES6 (like IE11) you need es6 polyfill. Put es6-shim.js before system.js