Example of Angular development using JSPM.
- git;
- nodejs v4+ with npm v3 (npm v2 probably work).
You simply clone the app and install the dependencies:
git clone https://github.com/singpath/example-app.git
cd example-app
npm install
npm start
- JSPM: dependencies management and production build.
- Angular: Component and DI.
- Firebase: Realtime database.
- Unit Testing: using mocha and chai.
- Linting.
- complete angular docs;
- complete firebase docs;
- add a JS primer: especially recent addition to JS that used, feature we avoid how we use them on older platform.