INTRODUCTION
A minimalistic build task to compile css/js for Gin.
REQUIREMENTS
- nvm
- npm (10.15.1)
INSTALLATION
How to setup Gin locally that you can compile CSS & JS files.
nvm use
npm install
CONFIGURATION
Run build task (compile / watch / build)
Run dev env with watcher and debug output (development process)
npm run dev
Compile & minify assets
npm run prod