PureScript React Three Fiber Starter Project

Getting started

Install all the dependencies and compile the app with

npm install

To run the app

npm run bundle && npm run serve

and it will open a browser.

Production build

Build a production bundle using purescript-backend-optimizer

npm run bundle:prod