Reload Playground 2

A repo to explore npm's livereload

Setup

Serve up index.html using http-server

  • install web server npm i -g http-server

  • start web server http-server -c-1 (execute from project root dir)

THEN execute npm run watch