purescript-routing-example
March 20, 2019 ยท View on GitHub
An example of purescript-routing and purescript-halogen
The blog post that goes with this repository is located here: http://www.parsonsmatt.org/2015/10/22/purescript_router.html
To run the project (currently up-to-date for Purescript 0.12.0 and Halogen 4.0.0):
# Install dependencies
> bower install
> npm install
# Build
> npm run build
# Open the test page
> open index.html