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