Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-30T06:17:51.000Z (over 8 years ago)
- Last Synced: 2024-11-02T09:32:07.537Z (2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 32
- Watchers: 3
- 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
```