Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/texnixe/html5mobileboilerplate
https://github.com/texnixe/html5mobileboilerplate
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/texnixe/html5mobileboilerplate
- Owner: texnixe
- License: mit
- Created: 2014-01-26T17:33:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T17:42:50.000Z (almost 11 years ago)
- Last Synced: 2023-08-07T04:38:32.113Z (over 1 year ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Mobile Boilerplate](http://mobileboilerplate.com/)
Mobile Boilerplate is a professional front-end template that helps you build
fast and robust mobile web applications. Spend more time developing and less
time reinventing the wheel.* Source: [https://github.com/h5bp/mobile-boilerplate](https://github.com/h5bp/mobile-boilerplate)
* Homepage: [http://mobileboilerplate.com](http://mobileboilerplate.com)
* Twitter: [@h5bp](http://twitter.com/h5bp)## Quick start
Clone the git repo - `git clone git://github.com/h5bp/mobile-boilerplate.git` -
or [download it](https://github.com/h5bp/mobile-boilerplate/zipball/master)## Features
* Mobile browser optimizations.
* CSS normalizations and common bug fixes.
* The latest Zepto.js.
* A custom Modernizr build for feature detection and a polyfill for CSS Media
Queries.
* Home page icon for Android, iOS, Nokia.
* Cross-browser viewport optimization for Android, iOS, Mobile IE, Nokia,
and Blackberry.
* Mobile IE conditional switch.
* Better font rendering in Mobile IE.
* iPhone web app meta.
* INSTANT button click event.
* Textarea autogrow plugin.
* Hide URL bar method.
* Prevent form zoom onfocus method.
* Mobile site redirection.
* Mobile bookmark bubble.
* User Agent Detection.
* An optimized Google Analytics snippet.
* Apache server caching, compression, and other configuration defaults for
Grade-A performance.
* Cross-domain Ajax.
* "Delete-key friendly." Easy to strip out parts you don't need.
* Extensive inline and accompanying documentation.## Documentation
Take a look at the [documentation table of contents](/h5bp/mobile-boilerplate/blob/master/doc/README.md). This
documentation is bundled with the project, which makes it readily available for
offline reading and provides a useful starting point for any documentation you
want to write about your project.## Contributing
Anyone and everyone is welcome to [contribute](/h5bp/mobile-boilerplate/blob/master/doc/contribute.md).