stripe-billing-typographic
stripe-billing-typographic copied to clipboard
Can't find the Bundle.js file
Hello guys,
Bundle.js file is missing
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!
npm run setup
is not creating bundle.js file
Seems like we need to run npm run dev
which is missing in the README.
send pull request #41