Saturday, October 07, 2017

Full Stack Developer Course Notes

Development Environment Setup

1. Install browser-sync https://browsersync.io/

npm install -g browser-sync

2. browser-sync --version

3. Start the browser-sync to watch all the files for changes.

browser-sync start --server --directory --files "*"