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
- Host: GitHub
- URL: https://github.com/sashafklein/bloc-starter
- Owner: sashafklein
- Created: 2014-08-06T21:56:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T18:27:58.000Z (almost 11 years ago)
- Last Synced: 2025-02-09T06:41:17.498Z (4 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`)