Skip to content

Instantly share code, notes, and snippets.

@sicktastic
Forked from joshuaclayton/Procfile.dev
Created April 12, 2021 21:54
Show Gist options
  • Save sicktastic/88fa2d9da0f9057eb3e942ba3d3734f7 to your computer and use it in GitHub Desktop.
Save sicktastic/88fa2d9da0f9057eb3e942ba3d3734f7 to your computer and use it in GitHub Desktop.
Rails Procfile.dev for Tailwind + live reloading of views
web: bundle exec puma -C config/puma.rb
webpack: bin/webpack-dev-server
livereload: watchexec -w app/views touch app/javascript/packs/application.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment