It's Angular 5 quickstart project as a base for the application, it's written in TypeScript and uses systemjs for loading modules and fake backend that stores users in HTML5 local storage
- Clone or fork this repository
- Make sure you have node.js installed version 4+
- Make sure you have NPM installed version 3+
- run
npm install
to install dependencies - run
npm start
to fire up dev server - open browser to
http://localhost:3000