Skip to main content
Version: 1.x.x

Deploy Your App

After this step, your app will be live in a Quip document.

  1. Make sure you are in the my-app directory.
  2. Run npm run build in your terminal.
  3. Click the "Upload app.ele" button in the Quip Developer Console.
  4. Choose the app/app.ele file then click the "Update" button. You should now see "App deployed successfully" at the top of the page.
  5. In a new browser tab, open [quip.com](quip.com and create a new document.
  6. Type @Hello World in the document (or @ followed by your app's name from app/manifest.json). You should see your app listed in the insert menu.
  7. Hit ENTER to insert your app into the document.
  8. You should now see your app (with the text "Hello, world!") rendered into the Quip document!

hello-world-example