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

https://github.com/reason-seoul/cra-template-rescript

ReScript + Reason React template for Create React App
https://github.com/reason-seoul/cra-template-rescript

react reason-react reasonml rescript

Last synced: 10 months ago
JSON representation

ReScript + Reason React template for Create React App

Awesome Lists containing this project

README

          

# cra-template-rescript

[![npm](https://img.shields.io/npm/v/cra-template-rescript)](https://npm.im/cra-template-rescript)
[![npm downloads per month](https://img.shields.io/npm/dm/cra-template-rescript)](https://npm.im/cra-template-rescript)

ReScript + Reason React template for Create React App

## Usage

```bash
yarn create react-app --template=rescript my-rescript-app

# Or using NPX
npx create-react-app --template=rescript my-rescript-app
```

## Settings included

- Concurrent mode
- ReScript syntax (`*.res`)
- Editor configurations (VSCode / coc.nvim)