Is there any HTML 5 system to support rapid development?

Is there any HTML 5 environment for rapid development?

I found Sencha , but specifically for mobile development.

+5
source share
3 answers

Take a look at the HTML5 template . However, this is more of a template than a wireframe. Btw Sencha Touch is built on ExtJS, which is a Javascript framework.

+1
source

(shameless plugin) I am a developer of Construct 2, a Windows editor for HTML5 games and applications. http://www.scirra.com (end of the shameless version)

+1
source

The Bootstrap project is good for quick development - you get CSS files for the layout of the grid, beautiful typography and forms, and basic page elements like buttons, navigation, menus, alerts, pagination. You also get JavaScripts for features such as a drop-down menu, modal dialogs, tooltips, tabs, alerts, buttons, Typeahead.

0
source

All Articles