stripe/stripe-billing-typographic

Cloned the latest from this repo, running on node 12.18.2, blank screen on load

Opened this issue · 1 comments

Browser console reports error:
The resource from “http://localhost:3000/assets/bundle.js” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff). localhost:3000
Loading failed for the <script> with source “http://localhost:3000/assets/bundle.js”. localhost:3000:18:1

image

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!