Sha256: 9251773dc0f12016b662b557d75219c5938f41e79441761dd909e9998126a4c8
Contents?: true
Size: 507 Bytes
Versions: 12
Compression:
Stored size: 507 Bytes
Contents
# You can run these commands in separate shells web: rails s -p 3000 # Next line runs a watch process with webpack to compile the changed files. # When making frequent changes to client side assets, you will prefer building webpack assets # upon saving rather than when you refresh your browser page. # Note, if using React on Rails localization you will need to run # `bundle exec rake react_on_rails:locale` before you run bin/webpacker webpack: sh -c 'rm -rf public/packs/* || true && bin/webpacker -w'
Version data entries
12 entries across 12 versions & 1 rubygems