No description
Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.12.0...v3.12.4) 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