
Fishbone is an HTML5-Bootstrap boilerplate web application with django backend on Google App Engine.
Fishbone is an HTML5-Bootstrap boilerplate web application with a Django backend. It is designed to run on Google App Engine and is based on django-on-appengine.
Grunt support is built into Fishbone. Follow these steps to use it:
npm install --save-dev to install grunt task dependencies.Gruntfile.coffee as you wish (optional).grunt dev to build client-side sources of Fishbone for development environments.To customize the client-side code, follow these steps:
Fishbone is an HTML5-Bootstrap boilerplate web application with a Django backend. It is designed to run on Google App Engine and is based on django-on-appengine. It offers features such as Grunt support for easy development and customization options for client-side code. Installation is straightforward with the provided steps.

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.