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
- To install dependencies, use
yarn- To run react server, use
yarn start- To build, use
yarn build