This repository contains the deck and code for my two presentations at the 2016 Atlanta Code Camp.
(Deck Only)
(Deck in Root)
git clone https://github.com/jeremylikness/ATLCodeCamp2016
If you don't already have the Angular-CLI installed:
npm i -g angular-cli@latest
Change to the ng2 subdirectory
npm install
ng build -prod
If you are serving from the local filesystem, open dist\index.html and remove the <base href... tag.
Change to the ng2-2 subdirectory
npm install
ng build -prod
If you are serving from the local filesystem, open dist\index.html and remove the <base href... tag.
Now open the index.html at the root of the code folder.