This project was bootstrapped with Create React App to create standalone reactjs app for https://github.com/graphql-editor/graphql-editor.
- Install all packages using
npm install. - To run in development mode execute
npm start - To build in production mode execute
npm run build - Install https://www.npmjs.com/package/serve globally
npm install -g serve - To test in production mode execute below
serve -s build
- Text editor is not dynamically getting resized based on content graphql-editor/graphql-editor#282.