We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-client
after running npm run dev-server-client, the localhost:8081 port can't get the request, it returns 404 for me.
npm run dev-server-client
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
hi @leonli, did my comments make sense for you case ? thx, julien
No branches or pull requests
after running
npm run dev-server-client
, the localhost:8081 port can't get the request, it returns 404 for me.The text was updated successfully, but these errors were encountered: