Preact SSR Demo

This app is a demo combining Preact, Typescript, Webpack, and Express to create as simple an SSR setup as possible.

It uses Preact's "Ticking Clock" demo from their tutorial, and runs it server-side as well.

Usage

npm install
npm run dev

Browse to localhost:8080