Skip to content

boazjohn/purescript-react-starter

Repository files navigation

Purescript React Sample App

Simple purescript-react Hello World boilerplate

Uses yarn, spago for purescript dependencies, and webpack

Installation

yarn install 
yarn spago install

Running

yarn start 

... starts the dev-server with hot reloading.

Bundling

yarn webpack

... and open dist/index.html to check things.