https://github.com/csbun/preact-redux-ssr-example
[Preact](https://preactjs.com/) Server-side Rendering with Redux Example
https://github.com/csbun/preact-redux-ssr-example
Last synced: 5 months ago
JSON representation
[Preact](https://preactjs.com/) Server-side Rendering with Redux Example
- Host: GitHub
- URL: https://github.com/csbun/preact-redux-ssr-example
- Owner: csbun
- License: mit
- Created: 2016-08-05T10:57:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T06:17:51.000Z (about 9 years ago)
- Last Synced: 2025-04-03T15:04:34.229Z (6 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 32
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-preact - Preact Redux SSR Example - Server-side Rendering with Redux Example. (Uncategorized / Uncategorized)
README
# preact-redux-ssr-example
[Preact](https://preactjs.com/) [Server-side Rendering](https://github.com/developit/preact-render-to-string) with [Redux](http://redux.js.org/) Example.
## Installation
```
npm install
```## Development
```
npm run build
npm start
```