A repo for running and testing out use cases with the Lit+SSR demos.
- Make sure you have NodeJS >= 14.x installed
- After cloning this repo, run
npm install
You can run both server demos as follows:
npm run serve:global
- use global NodeJS scope for shimmingnpm run serve:vm
- uses expiremental NodeJS vm modules for shimming
Run either command to kick off the server and then load it over localhost:8080
in your browser.