An open API service indexing awesome lists of open source software.

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.

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
```