1.0.3 • Published 4 years ago

cra-template-reasonml v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

  1. Watch for changes to .re file by running yarn bsb:watch or npm run bsb:watch
  2. In separate terminal tab, start create-react-app as normal by running yarn start or npm start

For more information, please refer to: