Skip to content

v1.3.0 `npx` support, render server views with Lit

Latest
Compare
Choose a tag to compare
@eins78 eins78 released this 20 Jul 16:04
· 211 commits to main since this release
2f51e47

highlights

npx support

run the server using npx:

PORT=8080 npx hello-world-web

Only node.js needs to be installed:

docker run --rm -it -p 8080:8080 node env PORT=8080 npx hello-world-web

Server views are now rendered using Lit server-only templates.

What's Changed

Full Changelog: v1.2.0...v1.3.0