badoet / go-martini-grunt-skeleton

A Martini based Golang web app with Grunt for asset management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-martini-grunt-skeleton

A skeleton Martini-based Golang web project using Grunt for asset management.

Why fork

Forked from caroussel beautiful grunt skeleton for martini app

Customized for golang app running on the following structure:

  • Goji (sorry martini) EDIT : i think martini will still run on this.
  • Bootstrap Less : i just like to handle less than css
  • Single page application front end (angular/ember/vue/etc) : just need html as is, no need tmpl

The orginal from Caroussel dont works so well with bootstrap less and its abit outdated. i only need to tweak a few stuff to get it to where i want it to be.

KNOWN ISSUE: after running 'grunt' the server wont start yet. will need to just do a save on one of the .go file to get the server reloaded will look on how to get this up automatially . any advice?

see the original for more info https://github.com/carousell/go-martini-grunt-skeleton

do note some folder structure is changed to suit my need.

About

A Martini based Golang web app with Grunt for asset management

License:MIT License


Languages

Language:CSS 97.5%Language:JavaScript 2.1%Language:Go 0.4%