Skip to content

Saber2pr/editor

Repository files navigation

tsx-editor

🌊 a web editor for react/tsx app develop、build !

Write TypeScript code in the browser, React (TSX) code! Support for compiling and exporting!

https://editor-saber2pr.vercel.app/

English | 简体中文

Start

loading...

Dev

yarn install

yarn dev

Update

If I haven't maintained it for a long time and the TypeScript version is too old, do the following:

git clone https://github.com/Saber2pr/editor.git

cd editor

yarn install

# update typescript version
yarn add monaco-editor
yarn add monaco-editor-webpack-plugin -D

yarn build

cp -r samples build/samples

cd build

npx serve

With ReactDevTools

https://github.com/Saber2pr/react-native-playground