cra-template-reasonml
To use this template, add --template reasonml
when creating a new app.
For example:
npx create-react-app my-app --template reasonml # or yarn create react-app my-app --template reasonml
Usage
- Watch for changes to
.re
file by runningyarn bsb:watch
ornpm run bsb:watch
- In separate terminal tab, start create-react-app as normal by running
yarn start
ornpm start
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.