Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 378 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 378 Bytes

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.