Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 225 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 225 Bytes

tsx-live-editor

A very basic live editor supporting TypeScript+React.

Build Commands

To start the development server:

npm run start

To bundle the app into static files for production:

npm run build