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
- Host: GitHub
- URL: https://github.com/dperrymorrow/quickie
- Owner: dperrymorrow
- Created: 2013-10-24T16:51:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-24T21:21:15.000Z (over 12 years ago)
- Last Synced: 2025-03-15T11:12:40.167Z (about 1 year ago)
- Language: CSS
- Size: 168 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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