Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 342 Bytes

PureScript React Basic Template

Getting started

Install dependencies and compile the app

npm install

Run the app

npm run start

Production build

Build a production bundle using purescript-backend-optimizer

npm run build