# Razzle Rax Example

## How to use
Download the example [or clone the whole project](https://github.com/jaredpalmer/razzle.git):

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

Install it and run:

```bash
yarn install
yarn start
```

## Idea behind the example
This example shows how to use [Rax](https://github.com/alibaba/rax) instead of React
in a Razzle a project.