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.
- Host: GitHub
- URL: https://github.com/jaredpalmer/reason-react-native-web-example
- Owner: jaredpalmer
- Created: 2017-06-06T22:16:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:30:02.000Z (over 2 years ago)
- Last Synced: 2024-04-13T23:54:15.739Z (about 1 year ago)
- Topics: razzle, react, react-native, react-native-web, reason, reasonml
- Language: Reason
- Homepage:
- Size: 1020 KB
- Stars: 100
- Watchers: 5
- Forks: 8
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - reason-react-native-web-example - React + React-Native-Web. Damn that's a lot of R's. | jaredpalmer | 98 | (Reason)
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)