/rails-webpacker-demo

Rails 6 with webpacker, hot module reloading, and USWDS

Primary LanguageSCSS

Dev setup

  • clone or fork this repo
  • run bundle install and yarn install

Open 2 terminals

Webpacker dev server for local development

bin/webpack-dev-server --colors --watch   

Start rails server

rails s

hmr-webpacker mov