Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/julienbourdeau/rails-demo-blog-app


https://github.com/julienbourdeau/rails-demo-blog-app

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Install

1. git clone
1. bundle install
1. yarn install
1. bin/rails assets:precompile
1. bin/rails db:drop db:create db:migrate db:seed
1. bin/rails s
2. open http://localhost:3000