paf31 / purescript-drumloops

Experimenting with purescript-howler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-drumloops

Experimenting with purescript-howler

Getting Started

npm install -g bower pulp
bower update
pulp -w build -O --to html/index.js
  alternatively: pulp -w browserify --to html/index.js

You may need to run a local HTTP server to get around security restrictions. I use Python's SimpleHTTPServer:

python -m SimpleHTTPServer

and then open http://localhost:8000/html.

About

Experimenting with purescript-howler

License:MIT License


Languages

Language:PureScript 98.8%Language:HTML 1.2%