wesleyhales/slidfast
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SlidFast is a minimalistic approach to writing mobile web apps.
It utilizes core HTML5 APIs for today's mobile web browsers.
Include the 2 files from /core and initialize with:
//initialize mobile project with SlidFast
//parameters are for "default page ID" and "default page hash"
slidfast.init('home-page','home');
Read more about the approach here:
http://www.html5rocks.com/en/mobile/optimization-and-performance.html
Deploy to Google App Engine:
mvn gae:deploy