GitXplorerGitXplorer
t

lit-ssr-demo

public
2 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
d4777472c6aa6a3fff5ab36db6b2a156572491dd

formatting

tthescientist13 committed 3 years ago
Unverified
1df88ed5a63040036eaa6ece68c84a02c023b70f

server dir

tthescientist13 committed 3 years ago
Unverified
964ae424dd8c0b137c8294d4478c0e82ffe838d8

rename shared to client

tthescientist13 committed 3 years ago
Unverified
002512dee5d0033784353ce3b741143b973a254e

rename shared to client

tthescientist13 committed 3 years ago
Unverified
21974ea76d74f31b3d89ea8a464aacfbb5b2e4f8

upgrade latest RC

tthescientist13 committed 3 years ago
Unverified
a6f2fd8e238660858883c41ce6dcc69c5ad3def0

add link

tthescientist13 committed 3 years ago

README

The README file for this repository.

lit-ssr-demo

A repo for running and testing out use cases with the Lit+SSR demos.

Setup

  1. Make sure you have NodeJS >= 14.x installed
  2. After cloning this repo, run npm install

Server

You can run both server demos as follows:

  • npm run serve:global - use global NodeJS scope for shimming
  • npm 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.