Prerequisites: You'll need Node and NPM installed on your local computer.
Run
npm install
to install dependencies, then
npm start
to start the local development server. Open http://localhost:1234/html/index.html to view.
To build for production, run
npm run build