Skip to content
This repository was archived by the owner on Apr 12, 2023. It is now read-only.

Latest commit

History

History
25 lines (16 loc) 路 362 Bytes

File metadata and controls

25 lines (16 loc) 路 362 Bytes

react-online-editor

In this project, create a react app to support online editor to view and edit a file using intellisense

for example: we can use npm react-ace - https://www.npmjs.com/package/react-ace

Setup 馃洜

  • To install dependencies, use
yarn
  • To run react server, use
yarn start
  • To build, use
yarn build