Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 386 Bytes

File metadata and controls

18 lines (11 loc) · 386 Bytes

typescript-react-example

This project was created with Create React App.

For the setup, run npm install. Make sure to build gentype.native, as stated in the project root README.

Running the Project

# Start the Reason watcher.
npm run start

# In another tab: start the TypeScript watcher.
npm run ts:watch