Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 272 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 272 Bytes

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