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
- render views using @lit-labs/ssr server-only templates by @eins78 in #27
- Docker multi arch by @eins78 in #29
npx
support by @eins78 in #30- Add npx support and publish to npm Registry by @eins78 in #31
- Update home view by @eins78 in #32
- handle logging of server listening on a pipe correctly by @eins78 in #33
- refactor by @eins78 in #34
- Improvements by @eins78 in #36
- Upgrade deps by @eins78 in #39
Full Changelog: v1.2.0...v1.3.0