cra-template-rescript-app
v0.0.1
Published
The base template for Create React App with rescript.
Downloads
2
Maintainers
Readme
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