Skip to content

makerscraft/full-stack-project-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Kit for Bloc Projects

Includes

  • PostgreSQL as database (locally and on production)
  • Sass
  • Basic Rails asset technologies (Coffeescript, jQuery, etc)
  • Debugging tools (Better Errors, Binding Pry)
  • Testing tools (RSpec, Factory Girl, Database Cleaner, Capybara)

Optional and easy to remove

To Download

  • Clone the repo to your local environment (or Vagrant)

To Get Started

  • Bundle install (delete or comment HAML line first, if you'd prefer ERB)
  • Edit config/database.yml (replace app and user names with your own)
  • Create the relevant databases (rake db:create)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.0%
  • HTML 17.1%
  • JavaScript 2.7%
  • CSS 2.2%