single-spa / single-spa-examples

Examples of single-spa applications.
https://single-spa.surge.sh
MIT License
359 stars 128 forks source link

Cannot GET /build/vanillajs/index.html #53

Closed Num142857 closed 6 years ago

Num142857 commented 6 years ago

Cannot GET /build/vanillajs/index.html

joeldenning commented 6 years ago

Did you run yarn build before yarn start? Running the build copies the vanillajs/index.html file into the build directory. If so, maybe the build failed before it got to that part?

To fix it, try running yarn build-vanilla, which will run just that particular part of the build.

Num142857 commented 6 years ago

yarn build before yarn start

Thank you