/live

Primary LanguageHTML

live

live is a quick starting point for prototyping UI and webby things. Pairs quite nicely with Frameless.

How to use

Assuming you already have node and gulp installed:

git clone git@github.com:svincent/live.git
cd live
npm install
gulp

Questions

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.

Resources