Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 772 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 772 Bytes

Reason React Native Web Example

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

Installation

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