Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 693 Bytes

File metadata and controls

16 lines (12 loc) · 693 Bytes

Getting Started with graphql-editor-create-react-app-example

This project was bootstrapped with Create React App to create standalone reactjs app for https://github.com/graphql-editor/graphql-editor.

Steps

  • 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

Know Issues