Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
/ webdev-with-rack Public archive

Boilerplate to get started developing a web application with Rack and Guard

Notifications You must be signed in to change notification settings

sapslaj/webdev-with-rack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebDev with Rack! (And Guard)

This is a quick boilerplate thingy I made to quickly start bootstrapping development of web applications. Just git clone the repo, bundle install, then run guard and start working!

Things and features and stuff

  • Asset compilation with Sprockets
  • Browser LiveReload
  • No Application server needed! Deploy directly to any server after doing a rake assets:build
  • Twitter Bootstrap included by default (but easily removed)

What this isn't

This isn't a replacement for Yeoman or any of those other tools. This is just a simpler version written in Ruby. I do not guarantee that the methods used are best practice.

TODO

A lot

Bugs

A lot

About

Boilerplate to get started developing a web application with Rack and Guard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages