Skip to content

damncabbage/ylj16-talk

Repository files navigation

Rock Paper Scissors

Based on @alexmingoia's Pux Starter Application.

See the Guide for help learning Pux.

Installation

git clone git://github.com/alexmingoia/pux-starter-app.git example
cd example
npm install
npm start

Visit http://localhost:3000 in your browser, edit src/purs/Game.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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published