diff --git a/browser-esm-parcel/index.html b/browser-esm-parcel/index.html index 29cd8a7f..95579cc4 100644 --- a/browser-esm-parcel/index.html +++ b/browser-esm-parcel/index.html @@ -18,10 +18,11 @@ To run this sample, you need to:
$/browser-esm-parcel> npm install . -$/browser-esm-parcel> ./node_modules/.bin/parcel build src/index.html +$/browser-esm-parcel> npm run build +$/browser-esm-parcel> npm run simpleserver-Then, open the ./dist folder. +Then, open http://localhost:9999.