jimmyhuco / purescript-routing-example

An example of purescript-routing and purescript-halogen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-routing-example

An example of purescript-routing and purescript-halogen

The blog post that goes with this repository is located here: http://www.parsonsmatt.org/programming/2015/10/22/purescript_router.html

To run the project (currently up-to-date for Purescript 0.11.6):

# Install dependencies
> bower install
> npm install

# Build
> npm run build

# Open the test page
> open index.html

About

An example of purescript-routing and purescript-halogen


Languages

Language:PureScript 98.4%Language:HTML 1.6%