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

dev server and client dont work toghether #1

Closed
kordeviant opened this issue Sep 20, 2016 · 2 comments
Closed

dev server and client dont work toghether #1

kordeviant opened this issue Sep 20, 2016 · 2 comments

Comments

@kordeviant
Copy link

kordeviant commented Sep 20, 2016

on 1 process i run "npm start" and on the other i run "npm run build:devserver"
result is that localhost:8080 has green react connected but next line "cannot get /"

@eddyystop
Copy link
Owner

The version of the repo you tried was quickly pushed for someone to look at and try. That person reported he got it working but perhaps he made some changes without telling me.

My code has moved on since that version, especially in the area that maybe be causing the issue. The build process is now pretty complete. Please get the new version. I'm running node 6.2.2.

To use devserver:
npm run build:devserver on one process
npm run start:devserver on another
point browser at localhost:3030.

For production:
npm run build, then npm start.

Lemme know.

@kordeviant
Copy link
Author

thanks the "can not get / " error is gone .

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