Skip to content

megamaddu/pux-rock-paper-scissors

Repository files navigation

pux-rock-paper-scissors

Demo

Built on the Pux Starter App using webpack with hot-reloading.

See the Guide for help learning Pux.

Installation

git clone git://github.com/spicydonuts/pux-rock-paper-scissors.git
cd pux-rock-paper-scissors
npm install
npm start

Visit http://localhost:3000 in your browser, edit src/purs/Layout.purs and watch the magic!

Available scripts

watch

npm start 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. For production run npm run serve:prod.

build

npm run build bundles and minifies your application to run in production mode.