This project uses jspm.io, a package manager for SystemJS which is built on top of the dynamic ES6 module loader. This allows developers to load any module format (ES6, CommonJS, AMD, and globals).
This project assumes that you have NodeJS and any relevant development tools (like XCode) already installed.
Clone this repository and execute the following commands in a terminal:
git checkout masternpm installnpm run serve
Note: Open the dev console to see any warnings and browse the elements.
You will notice a few files/directories within this project:
app/src- This is where all of your application files are stored.app/assets- This folder contains some tutorial-provided images and icons which are used by the application.index.html- The entry point to your application. This uses System.js to load theapp/src/boot/boot.jsbootstrap file which in turn loads theapp/src/app.jsfile that imports all of your dependencies and declares them as Angular modules, and configures the icons and theming for the application.
