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
Hello guys,
Bundle.js file is missing
The text was updated successfully, but these errors were encountered:
build.js is the built client, so run either npm build or npm setup first. Then npm start will serve bundle.js. Hope that helps!
build.js
npm build
npm setup
npm start
bundle.js
Sorry, something went wrong.
npm run setup is not creating bundle.js file
npm run setup
Seems like we need to run npm run dev which is missing in the README.
npm run dev
send pull request #41
No branches or pull requests
Hello guys,
Bundle.js file is missing
The text was updated successfully, but these errors were encountered: