|
2 years ago | |
---|---|---|
html | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
packages.dhall | 2 years ago | |
spago.dhall | 2 years 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