This is an example Lustre project. It uses watchexec to rebuild the Gleam project on save.
Initial setup:
npm install
gleam build
Run dev server on localhost:3000
:
make dev
Make a production build under dist
folder:
make
This is an example Lustre project. It uses watchexec to rebuild the Gleam project on save.
Initial setup:
npm install
gleam build
Run dev server on localhost:3000
:
make dev
Make a production build under dist
folder:
make