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.
Build a production bundle using purescript-backend-optimizer
npm run bundle:prod
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.
Build a production bundle using purescript-backend-optimizer
npm run bundle:prod