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
- Host: GitHub
- URL: https://github.com/reason-seoul/cra-template-rescript
- Owner: reason-seoul
- License: mit
- Archived: true
- Created: 2020-09-22T13:39:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T13:32:25.000Z (over 4 years ago)
- Last Synced: 2024-11-09T14:45:56.943Z (over 1 year ago)
- Topics: react, reason-react, reasonml, rescript
- Language: HTML
- Homepage:
- Size: 42 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - cra-template-rescript - seoul | 22 | (HTML)
README
# cra-template-rescript
[](https://npm.im/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)