Home

Awesome

project logo

Webapplate

Webapplate is inactive, please consider neutrino instead

The template to create a maintainable web app. For your server, client, Android/iOS/FxOS or desktop projects.

Before hacking with webapplate, Try it with jsfiddle playground! Or you can fork ghapplate to experience web app directly on github! Webapplate is the most maintainable choice which allows you write with future proved javascript and css and trans-compile to current working code.

Build Status Dependency Status Code Climate Codacy Badge

current version: v3.3.0

Get the template

You can use git command to clone Webapplate:

$ git clone https://github.com/webapplate/webapplate.git

Or click 'ZIP' button on github to download the template.

Demos

Here are some examples that start the development by webapplate:

What is webapplate?

Webapplate is the Mobile First, full stack web app template/boilerplate that curated several libraries to help you quickly start a maintainable mobile web app development process. Webapplate enable you to optimized and export your web app to hosting server, Firefox/Chrome webapp store, or even Android, iOS, and more platforms.

When you first time running, webapplate provide you a material-designed web app frame.

Real welcome page

Application Structure

All applications follow the same set of guidelines as far as how code is formatted, build, and structured. A typical app looks like this:

Key Technologies

Why need webapplate?

Though there are many powerful tools surround web technologies, web does not provide the SDK or ready to use template that just like Android or iOS. Web apps are simple to write but hard to get done right. Developer who wants to quickly build an web app usually consume much longer time to make their web app right.

Thus developer who is approaching to the web app(make web site behaves like mobile app) concept need a bootstrap or template project to start with. That's why webapplate comes.

What kind of web app webapplate supports?

To build the deployable web app, run command:

$ npm run static|dynamic|pack|cordova|github

Choose one of the above npm command based on your needs.

How does webapplate do

Webapplate provide full HTML5 development experience, use javascript to rule frontend, backend, build and test.

Webapplate provide a ready-to-deploy project bootstrap settings for both hosted (dynamic/static website) and packaged (no server) web app, with convention of file structure, express server-side support, and preconfigured helper tools like code style check, appcache generator, multi-locales and testframework.

Website inherit from Webapplate can be deployed to any host provider.

All magics are well integrated and configurable.

Webapplate Functionality

Tools Used:

Package Management

Build

Test

Server

Client side libraries

License

The MIT License

Credit

Developers and designers from node.js, bower, express, gulp, Firefox OS, and people who involved in improving Web technologies.