No description
Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.8. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.0.5...2.0.8) Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| db | ||
| lib/tasks | ||
| log | ||
| public | ||
| storage | ||
| test | ||
| tmp | ||
| todo-app | ||
| vendor | ||
| .DS_Store | ||
| .gitignore | ||
| .ruby-version | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| Procfile.dev | ||
| Rakefile | ||
| README.md | ||
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