-
Notifications
You must be signed in to change notification settings - Fork 73
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
server.dev.js #4
Comments
Sorry I totally forgot about this issue. Do you still need any help with it? |
Yes, yes, I still do. Please help. |
If I understand your question correctly, you could just build the server and use
This would open the server at localhost:3000. |
I would like to run the server in dev mode. At the moment, when I run |
@Siyanda-Mzam Hm you're right. Do you have time for a pull request? I don't think I will be able to work on it very soon. |
@Siyanda-Mzam another thing you could do just to get some response from your server, you could run
in one terminal and
in another terminal. That might work too? |
I will work on it and PR. But I am also not sure if I can work on it immediately. Running |
+1 for a dev version of the express server with Hotloading etc. :) |
Hi,
Would you please illustrate how one would implement a development version of the production server?
I am trying to write functionality that will be handled by the server at runtime, but it's impossible to hit the server since it is not part of the dev environment.
Thanks
Siya
The text was updated successfully, but these errors were encountered: