HUD UI built on React, Gulp and Webpack build system.
First clone the repo. Then, install gulp, bower and npm modules.
npm install -g gulp
npm install
npm start then go to http://localhost:8088/webpack-dev-server/dist and browser will automatically reload when any file in /app changes. Alternatively, you can also go to http://localhost:8088/dist, if auto reload is undesirable.
See scripts key in package.json for all options.
npm startimplements an http server and a live reload server.npm run buildgenerates production build at ./dist directory with minified versions of JS and CSS. Contents of ./dist directory can then be copied to a web server.npm run deployGhPagesruns a build with demo configs and deploys ./dist to github pages.