Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yomete/preact-ssr

A Server-side Rendered Preact app.
https://github.com/yomete/preact-ssr

Last synced: about 2 months ago
JSON representation

A Server-side Rendered Preact app.

Awesome Lists containing this project

README

        

# SSR Preact App

This is an example of a Preact app being rendered on the server side. It uses [Unistore](https://github.com/developit/unistore) to manage state, [preact-router](https://github.com/developit/preact-router) to manage routes and [Webpack](https://webpack.js.org/) to bundle JS files.

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