Check out the live version, 78KB fully AoT'd and minified
You can follow the tutorial here
To get started, first of all clone this repo into a folder on your computer.
Once you've cloned the repo, install all the dependencies by running:
yarn install
# OR
npm installYou can then dive straight into coding by running:
yarn start
# OR
npm startThis will start up webpack and a local development server at http://localhost:3000.
