npm install
npm install -g live-server
npm install -g grunt-cli
-
In one terminal window, with wd project root:
grunt
This command builds the .js and .css files. It also watches for changes and updates those files while you work.
-
In another, with wd project root:
live-server
This runs a server that watches the files generated by grunt and injects a doodad into the page to cause a refresh whenever the files change
-
In your browser, go to 127.0.0.1:8080