History and steps for tutorial are in seperate git commits. Here's the link to ScreenFlow/Audio Recording of the talk I did on YouTube: https://www.youtube.com/watch?v=jRXaQC0jKcg/
- You need to have node.js and npm (node package manager) installed.
- You need to have
bower
installed (npm install -g bower
) to pull in the project's dependencies. After bower is installed runbower install
. - You need to have BrowserSync installed for the live-reloading and web server (
npm install -g browser-sync
).
Run browser-sync start --server --files "assets/scripts/*.js,assets/styles/*.css,index.html"
to get BrowserSync started.