Reason React + React Native Web using ReasonReact's built-in Router, with Razzle for SSR
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
.
yarn dev
: Run BS and Webpack togetheryarn bsb-watch
: Run BuckleScript compiler in watch modeyarn js-watch
: Run Razzle (Webpack compiler) in developmentyarn build
: Build for productionyarn start
: Start productionyarn run clean
: Clean up build artifacts and directories
- Jared Palmer @jaredpalmer
- Kyle Goggin @kgoggin