An open API service indexing awesome lists of open source software.

https://github.com/dperrymorrow/quickie

Tiny Rack app for prototyping UI with LESS, SCSS, HAML, Ruby, and YAML
https://github.com/dperrymorrow/quickie

Last synced: 11 months ago
JSON representation

Tiny Rack app for prototyping UI with LESS, SCSS, HAML, Ruby, and YAML

Awesome Lists containing this project

README

          

# quick prototyping rack app

- a static site,
- using haml less and scss

## Installation

cd into the directory in your terminal

````bash
$ bundle
````

## To startup the rack server

from the directory..

````bash
$ rackup config.ru
````

then go to **localhost:9292** in your browser

## To modify your site

from the directory,

````bash
$ guard
````

now all your changes will be picked up and processed