Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```