Skip to content

reason-seoul/cra-template-rescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)