This guide explains the bare minimum steps required to get a basic CLI app up and running using the Wix CLI for Apps. For fully functioning CLI app templates, visit our templates page.
The following diagram shows the overall flow for creating a CLI app. The steps in the red rectangle are covered in this article.
Follow these instructions to quickly create and test a CLI App.
Before getting started, make sure that:
Note: You can also integrate an existing Wix app. For more information see Integrate Existing Apps.
When asked how you would like to create your new app:
Enter a Wix app name and a package name for your project.
Once the CLI has creates your app, the app's files appear in a local directory with the package name you chose.
Your app appears in the app dashboard but is not yet installed on a development site.
Enter
to open your browser and install the applcation on your test site.The development environment is set up for hot reloading, so any changes you make to your code are immediately reflected in the browser.
After completing the above steps, you have a simple Wix app that you can experiment with and test locally.
You can now: