npm install to download code dependencies.
npm install -g webpack webpack-cli (use sudo if you get something like Error: EACCES: permission denied...)
HTTP server npm i -g http-server
npm run serve for convenience, otherwise you can start any web server with CORS enabled eg. http-server --cors
npm run develop equivalent to webpack --watch
npm run publish to push content to github pages.