Skip to content
forked from josephj/tinder

A convenient tool which helps me to create prototype rapidly.

Notifications You must be signed in to change notification settings

appleboy/tinder

 
 

Repository files navigation

Tinder

A convenient tool which helps me to create prototype rapidly.

Installation

By executing the following line, it will automatically create a folder with random name.

wget -O - https://raw.githubusercontent.com/josephj/tinder/master/install.sh | sh
  1. Go into the folder.
  2. Start webserver by executing gulp server.
  3. Do some modification in another window or tab. vim app/demo.html

All the *.coffee, *.sass, and *.html files are watched by gulp server. Taking the advantage of LiveReload, your pages will be refreshed automatically while you have any modifications to these 3 file types.

About

A convenient tool which helps me to create prototype rapidly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.6%
  • Python 1.3%
  • Other 3.1%