Discover Packages
github.com/gofiber/recipes/template-asset-bundling
command
module
Version:
v0.0.0-...-e580e67
Opens a new window with list of versions in this module.
Published: Dec 6, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
title: Template Asset Bundling
keywords: [template, tailwindcss, parcel]
description: Setting up a Go application with template rendering and asset bundling.
Template Asset Bundling
This is a quick example of how to do asset bundling using gofiber/template , Tailwind CSS , and Parcel .
Prerequisites
Ensure you have the following installed:
Setup
Clone the repository:
git clone https://github.com/gofiber/recipes.git
cd recipes/template-asset-bundling
Install dependencies:
npm install
Usage
Building Assets
Build the assets:
npm run build
Watch assets for changes:
npm run dev
Running the Application
Start the Fiber application:
go run main.go
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.