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

https://github.com/jaredpalmer/reason-react-native-web-example

Razzle + Reason-React + React-Native-Web. Damn that's a lot of R's.
https://github.com/jaredpalmer/reason-react-native-web-example

razzle react react-native react-native-web reason reasonml

Last synced: about 2 months ago
JSON representation

Razzle + Reason-React + React-Native-Web. Damn that's a lot of R's.

Awesome Lists containing this project

README

        

# Reason React Native Web Example

> Reason React + React Native Web using ReasonReact's built-in Router, with Razzle for SSR

## Installation

```bash
git clone [email protected]:jaredpalmer/reason-react-native-web-example.git
cd reason-react-native-web-example && yarn
yarn dev
```

Go ahead and edit `src/App.re`.

## NPM Scripts

* _`yarn dev`_: Run BS and Webpack together
* _`yarn bsb-watch`_: Run BuckleScript compiler in watch mode
* _`yarn js-watch`_: Run Razzle (Webpack compiler) in development
* _`yarn build`_: Build for production
* _`yarn start`_: Start production
* _`yarn run clean`_: Clean up build artifacts and directories

#### Authors

* Jared Palmer [@jaredpalmer](https://twitter.com/jaredpalmer)
* Kyle Goggin [@kgoggin](https://twitter.com/kgoggin)