Skip to content

hellpirat/cra-template-rescript-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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