first: npm install
next: gulp
to start the program (dev): npm run start
to build a release: npm run release
to publish: npm run publish
Note: presently, the html page is contained in another project, and won't load when you run this project by itself. This will change soon.