Presentation introducing PureScript & Pux -- Video here
Deployed to purescript-strangeloop-2016.surge.sh
Based on the Pux Starter App & powered by Spectacle
npm install
npm startVisit http://localhost:3000
npm start or npm run watch will start a development server, which
hot-reloads your application when sources changes.
npm run serve serves your application without watching for changes or
hot-reloading.
npm run build bundles and minifies your application to run in production mode.
npm run deploy builds and deploys your application to surge.sh.