Skip to content

Latest commit

 

History

History

template-asset-bundling

template-asset-bundling

This is a quick example of how to do asset bundling. It's using gofiber/template, Tailwind CSS and Parcel.

Additional requirements

  • node.js
  • npm

Usage

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