1.2.0 • Published 3 years ago

cra-template-rescript v1.2.0

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

cra-template-rescript

npm npm downloads per month

ReScript + Reason React template for Create React App

Usage

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)