Code component examples

Quickstart with an example repo

For setup with your own existing codebase, skip this section.

  1. Clone and start the host app codebase in this repo:

    Copy
    git clone https://github.com/plasmicapp/code-components.git
    cd code-components/
    yarn install
    yarn dev
  2. Duplicate this Plasmic project: https://plasmic.app/proj/code-components.

  3. From your project dashboard at https://studio.plasmic.app, configure the duplicated project to use http://localhost:3000/host as the application host.

  4. Open the duplicated project in Plasmic.

If it loads, it works!

Was this page helpful?

Give feedback on this page