Serving your app
To run your Leapkit app you need to run the kit dev
command. This command will run the app in development
mode, automatically detecting changes in your .go
, .css
, and .js
files.
$ kit dev
Tailwind CSS CLI binary already exists.
[tailo] Running: bin/tailwindcss --config tailwind.config.js --input internal/assets/application.css --output public/application.css
[tailo] Rebuilding...
[tailo] Done in 95ms.
[info] Restarting the server
[error] signal: killed
Server started at 0.0.0.0:3000