/purescript-starter

Minimal configuration purescript project starter

Primary LanguagePureScript

Purescript Starter

Installation (OSX)

First install purescript and Spago:

npm install -g purescript purescript-spago
brew install watchexec

Clone this repo, cd into it and run:

npm install

Running

npm start

In another terminal:

npm server

Now you should be able to do changes in Main.purs and see them in the browser!

Adding dependencies

Please refer to the Spago documentation to see how to install dependencies