Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 508 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 508 Bytes

Usage

1. Clone repository

2. Setup project

# bundle install
# rake db:migrate
# rake db:seed

3. Start Rails

# rails server

Comments

The following files are interesting

Gemfile
app/assets/javascripts/application.js
app/assets/stylesheets/application.css
app/assets/javascripts/posts.js.coffee
app/views/posts/index.html.erb