Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 310 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 310 Bytes

ReScript & React TaskTracker App Demo

Learn ReScript & React with Building a TaskTracker App

Installation

This Project is based on Create React App

yarn

Run

let rescript cli keep things you write compiling to JavaScript

npm run watch

run the app with CRA

npm start