Sha256: 9c6c335ca4e8d3eba56de5aec3c8c7a7b48364a3263c9698a61fae7b7730bd11
Contents?: true
Size: 503 Bytes
Versions: 4
Compression:
Stored size: 503 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/webpack webpack: sh -c 'rm -rf public/packs/* || true && bin/webpack -w'
Version data entries
4 entries across 4 versions & 1 rubygems