This is a quick example of how to do asset bundling. It's using gofiber/template, Tailwind CSS and Parcel.
- node.js
- npm
First build the assets
# Install dependencies
npm install
# Build assets
npm run build
# Watch assets for changes
npm run dev
Then run the fiber app
go run main.go