live is a quick starting point for prototyping UI and webby things. Pairs quite nicely with Frameless.
Assuming you already have node and gulp installed:
git clone git@github.com:svincent/live.git
cd live
npm install
gulp
Q: What's with the checkerboard?
A: I wanted a simple way to get a feel for finger size on mobile devices. Each square in the pattern is 45x45 pixels. This is a "round" average of the touch target size recommendations of several OS providers.
- Apple recommends 44x44 points
- Microsoft recommends 40x40 to 50x50 pixels (7x7 to 9x9 mm)
- Google recommends 48x48 dp