-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 add NodeJS to the project? we use nodejs for backend. Someone can help? #1119
Comments
You could add the
This way, all requests starting with '/api/' will be proxied to your backend server. |
if you want to run the webpack through a nodejs file as a start, have a look at this: |
@vesteraas, thanks. |
Hi @vesteraas ,
|
@abbymrs I guess your question is off-topic here (as well as my answer) but have a look at http://stackoverflow.com/questions/35538472/webpack-dev-server-with-backend-api |
thanks, i rechecked again, it was my mistake that forgot to add '/api/' in my front end codes when make requests from backend. |
No description provided.
The text was updated successfully, but these errors were encountered: