Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 252 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 252 Bytes

Scratch

A codebase for writing quick scripts or webapp components in TypeScript and React.

Run the scratch script:

# Run the scratch script.
make scratch-script

# Run the scratch app.
make scratch-app

# Run the scratch test.
make test