(inspired from original Mindspace video series at https://www.youtube.com/playlist?list=PL55RiY5tL51olfU2IEqr455EYLkrhmh3n)
Updated tutorial link - https://www.youtube.com/watch?v=DBjPIabiRNg
Follow the following steps and you're good to go! Important: Typescript and npm has to be installed on your machine! 1: Clone repo
git clone https://github.com/mschwarzmueller/angular-2-beta-boilerplate.git
2: Install packages
npm install
3: Start server (includes auto refreshing)
npm start
4: Start Gulp Watcher (compile TypeScript(S) and CSS)
gulp