No description
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.2 to 2.3.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.2.2...v2.3.1) 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