cra-template-rescript-app

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

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

How to start?

yarn re:start
yarn start

# Or using npm
npm run re:start
npm start