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

the dev-server-client command got blank 404 page #11

Open
leonli opened this issue Jul 23, 2015 · 2 comments
Open

the dev-server-client command got blank 404 page #11

leonli opened this issue Jul 23, 2015 · 2 comments

Comments

@leonli
Copy link

leonli commented Jul 23, 2015

after running npm run dev-server-client, the localhost:8081 port can't get the request, it returns 404 for me.

screen shot 2015-07-23 at 1 13 13 pm

@darul75
Copy link
Owner

darul75 commented Jul 23, 2015

first command

'npm run dev' launch an instance with no nodejs server backend, it is just the one from webpack to deliver your static website.

served on port 8080

the 2 following

'npm run dev-server-client' build client and server
'npm run dev-server' start your nodejs server backend.

served on port 3000

@darul75
Copy link
Owner

darul75 commented Sep 6, 2015

hi @leonli,
did my comments make sense for you case ?
thx,
julien

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