Skip to content

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