To build and serve the application in production mode:
npm run start
Run the project in dev mode:
npm run dev
- Starts the go web server using
air
for auto reload when the go code changes - Watching and bundling all of the css files in
styles
folder into one minified css file usingpostcss
(including tailwind classes) - Starts
browser-sync
at localhost:3000 for hot reloading during dev
Example: https://go-htmx.cookieserver.gg/