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-devto install grunt task dependencies. - Configure
Gruntfile.coffeeas you wish (optional). - Run
grunt devto 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.