BenMusch/nu-tab

View on GitHub
Procfile.dev

Summary

Maintainability
Test Coverage
web: rails s -p 3000
client: sh -c 'rm app/assets/webpack/* || true && cd client && bundle exec rake react_on_rails:locale && yarn run build:development'