Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reload server changes? #56

Open
tanaypratap opened this issue Sep 22, 2016 · 1 comment
Open

How to reload server changes? #56

tanaypratap opened this issue Sep 22, 2016 · 1 comment

Comments

@tanaypratap
Copy link

This currently only reloads when there's a change in react app. I am planning to do most of back end work in Express itself and would need to code the APIs there. In such use case, I would need even the server side code to reload itself after every change. How is this possible with this setup?

@jforaker
Copy link

jforaker commented Oct 8, 2016

Easy.

npm i nodemon --save-dev

Then nodemon server

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants