You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you are running some custom setup with different IP or PORT you should also edit Procfile.dev. For example to be able to run on free Cloud9 IDE we are putting IP 0.0.0.0 and PORT 8080. The default generated file `Procfile.dev` uses `-p 3000`.
@@ -115,8 +106,8 @@ Then visit https://your-shared-addr.c9users.io:8080/hello_world
115
106
116
107
It's super important to exclude certain directories from RubyMine or else it will slow to a crawl as it tries to parse all the npm files.
117
108
118
-
*`public/webpack` (or `app/assets/webpack` on older versions of react_on_rails)
119
-
*`client/node_modules`
109
+
*Generated files, per the settings in your `config/webpacker.yml`, which default to `public/packs` and `public/packs-test`
*[PR for using the generator with the Redux option](https://github.com/shakacode/react_on_rails-test-new-redux-generation/pull/17)
234
-
*[PR showing the changes to deploy to Heroku](https://github.com/shakacode/react_on_rails-test-new-redux-generation/pull/18)
235
-
*[Live on Heroku](https://hello-react-on-rails-8-0-0.herokuapp.com/)
236
-
237
219
Feedback is greatly appreciated! As are stars on github! If you want personalized help, don't hesitate to get in touch with us at [[email protected]](mailto:[email protected]).
0 commit comments