3.0.0 • Published 5 years ago

razzle-examples-with-polka v3.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Razzle Polka Example

How to use

Download the example or clone the whole project:

curl https://codeload.github.com/jaredpalmer/razzle/tar.gz/master | tar -xz --strip=2 razzle-master/examples/with-polka
cd with-polka

Install it and run:

yarn install
yarn start

Idea behind the example

An example of how to use a custom, express middleware-compatible server like polka with razzle. It satisfies the entry points src/index.js for the server and and src/client.js for the browser. HMR works for server-side changes too by creating new instances of the polka server handler.

3.0.0

5 years ago

3.0.0-alpha.2

5 years ago

3.0.0-alpha.1

5 years ago

2.4.1

5 years ago

3.0.0-alpha.0

5 years ago

2.4.0

6 years ago