Skip to content

Instantly share code, notes, and snippets.

@joshuaclayton
Created April 10, 2021 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joshuaclayton/abbff86990779f4e7096076c6200c9dd to your computer and use it in GitHub Desktop.
Save joshuaclayton/abbff86990779f4e7096076c6200c9dd 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