Create new Plasmic site from CLI
This React-specific step-by-step guide shows you how to get started from the terminal.
For other frameworks, see the general quickstart.
create-plasmic-app
When creating a new repo, we recommend you use create-plasmic-app
, which sets everything up automatically for you. To create a project, run:
npx create-plasmic-app# oryarn create plasmic-app
Afterward, start the development server:
npm run dev # for Next.js# ornpm run start # for everything else
Now you have a repo configured with Plasmic and ready to go!
Next steps
- If you chose PlasmicLoader, then check out framework-specific instructions for Next.js, Gatsby, and Plain React.
- If you chose Codegen, then check out getting started with codegen.
The best way to learn how to use the Plasmic Studio is by playing Plasmic Levels.
For more details on how to use the components you create, check out our “How-to Guides”.
To interactively explore the API of your generated components, click on the “Code” toolbar button in the project in Plasmic Studio.
Join us in our Slack community.
Thank you for checking out Plasmic!