Built on the Pux Starter App using webpack with hot-reloading.
See the Guide for help learning Pux.
git clone git://github.com/spicydonuts/pux-rock-paper-scissors.git
cd pux-rock-paper-scissors
npm install
npm startVisit http://localhost:3000 in your browser, edit src/purs/Layout.purs
and watch the magic!
npm start 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. For
production run npm run serve:prod.
npm run build bundles and minifies your application to run in production mode.