darul75/web-react

the `dev-server-client` command got blank 404 page

leonli opened this issue · 2 comments

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

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

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