Fishbone is an HTML5-Bootstrap boilerplate web application with django backend. It is designed to run on Google App Engine and is based on django-on-appengine.
- Download the App Engine SDK.
- Install it.
- Clone the repo, and run
dev_appserver.py .
. - Congratulations, you are now running fishbone on App Engine!
Grunt support is built into Fishbone, all you need to do is as follow:
- Run
npm install --save-dev
to install grunt task dependencies. - Configure
Gruntfile.coffee
as you wish (optional). - Run
grunt dev
to build client-side sources of fishbone for development environments.
In order to customize client-side code, you need to modify resources under assets
directory and then build it using grunt.