Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yomete/preact-ssr
A Server-side Rendered Preact app.
https://github.com/yomete/preact-ssr
Last synced: 3 months ago
JSON representation
A Server-side Rendered Preact app.
- Host: GitHub
- URL: https://github.com/yomete/preact-ssr
- Owner: yomete
- Created: 2018-04-01T13:52:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T17:01:08.000Z (about 4 years ago)
- Last Synced: 2024-07-18T16:26:43.510Z (4 months ago)
- Language: JavaScript
- Size: 194 KB
- Stars: 44
- Watchers: 2
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`