/purescript-starter-project

Starter project for PureScript following https://leanpub.com/purescript/read

Primary LanguageMakefile

purescript-starter-project

Starter project for PureScript following https://leanpub.com/purescript/read

Install

Prerequisites

  • Ubuntu Linux
  • nodejs
  • ~/bin in $PATH
  • ~/.cabal/bin in $PATH
$ make install

Project setup

$ mkdir /path/to/your-purescript-project
$ cd /path/to/your-purescript-project
# the following will overwrite this README.md
$ make setup

Building

$ grunt