Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 354 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 354 Bytes

SSR Preact App

This is an example of a Preact app being rendered on the server side. It uses Unistore to manage state, preact-router to manage routes and Webpack to bundle JS files.

You can start the app with the command: npm run dev