|
10 months ago | |
---|---|---|
html | 10 months ago | |
src | 10 months ago | |
test | 10 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
Makefile | 10 months ago | |
README.md | 10 months ago | |
package-lock.json | 10 months ago | |
package.json | 10 months ago | |
packages.dhall | 10 months ago | |
spago.dhall | 10 months ago |
Build the project
make build
Build and watch the project
make build-watch
Bundle the app to index.js
make bundle
This is probably not ideal.
On one terminal run
make bundle-watch
On another, run this command so the application will run on the browser
make start