Hi Ray,
> grunt didn't work in git bash to start the live preview server. I used > gulp and it worked with that. Additionally, for users having difficulties starting the dev browser, who might encounter an error message like 'bash: grunt: command not found' or 'bash: gulp: command not found,' they can try putting the following code at line 3 in package.json: "scripts": { "start": "gulp" },
and then run > npm start in git bash.
Thanks,
Rich Wertz