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
After installing dependencies and running the build package script defined in package.json, how do I serve the built app in dist/?
build
package.json
dist/
There's dist/client and dist/server, and serving the dist or dist/client directory won't work.
dist/client
dist/server
dist
The readme says I should yarn serve, which serves the project root, which doesn't work either.
yarn serve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installing dependencies and running the
build
package script defined inpackage.json
, how do I serve the built app indist/
?There's
dist/client
anddist/server
, and serving thedist
ordist/client
directory won't work.The readme says I should
yarn serve
, which serves the project root, which doesn't work either.The text was updated successfully, but these errors were encountered: