9 lines
151 B
Markdown
9 lines
151 B
Markdown
# README
|
|
|
|
This is a sample React + Rails Todo list app. To run this:
|
|
|
|
* rails db:migrate
|
|
|
|
* cd todo-app && npm install
|
|
|
|
* heroku local -f Procfile.dev
|