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