Procfile.dev 337 B

1234567
  1. # You can run these commands in separate shells
  2. web: rails s -p 3000
  3. # Next line runs a watch process with webpack to compile the changed files.
  4. # When making frequent changes to client side assets, you will prefer building webpack assets
  5. # upon saving rather than when you refresh your browser page.
  6. client: './bin/webpack-dev-server'