https://github.com/dckt/reasonml-react-scripts
Configuration and scripts for Create React App with ReasonML.
https://github.com/dckt/reasonml-react-scripts
create-react-app react reason-react reasonml starter-kit starter-template
Last synced: 2 months ago
JSON representation
Configuration and scripts for Create React App with ReasonML.
- Host: GitHub
- URL: https://github.com/dckt/reasonml-react-scripts
- Owner: DCKT
- License: mit
- Created: 2019-07-15T21:21:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:32:28.000Z (over 3 years ago)
- Last Synced: 2025-02-11T13:27:50.095Z (over 1 year ago)
- Topics: create-react-app, react, reason-react, reasonml, starter-kit, starter-template
- Language: JavaScript
- Size: 9.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-0.x.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Create React App with ReasonML
Create React App with ReasonML basic starter.
## Setup
```sh
npx create-react-app my-app --scripts-version reasonml-react-scripts
cd my-app
# Run bsb -make-world -w
npm run bs:watch
# In another terminal
npm start
```