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

https://github.com/sashafklein/bloc-starter

A bare-bones starter kit for Full Stack projects
https://github.com/sashafklein/bloc-starter

Last synced: 2 months ago
JSON representation

A bare-bones starter kit for Full Stack projects

Awesome Lists containing this project

README

        

### 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 add

- HAML for easy views (with generators)

### 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`)