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