educoder/Procfile

3 lines
61 B

web: cd client && npm start
api: bundle exec rails s -p 3001