shoebox-ui-halogen This is a UI for the shoebox project using the PureScript Halogen framework. Usage Start the shoebox backend. Clone and build shoebox-ui-halogen. Open dist/index.html in a browser. Build Ensure that Node.js version 4 or higher is installed: node --version Install the Node modules: npm update Install Bower: npm install -g bower Install the Bower components: bower update Build the UI: npm run build