Follow these instructions to quickly create and test an app based on this template.
Before getting started, make sure you have the following set up:
Run the following command to create a new app project using this template:
npm create @wix/app@latest -- --template 24493a0d-18f2-4f68-b6d5-55992cef7daa
In the creation process, you will be asked for:
This creates an app for you in the Wix Dev Center with the required permissions pre-configured.
The app creation process installs the app on your chosen development site. However, there is still some configuration required before your app will function.
This app makes calls to the Wix Stores Products API to create and manage the store products. Before you can test this app on your development site, you must first install the Wix Stores app.
You won’t see the app extensions on your development site until you build the app and create a version. To test the app during development, set up a local development environment using the following command.
npm run dev
This will prompt you with a CLI menu. Type 1
to open a browser window with a preview of the app's dashboard page.
The development environment is set up for hot reloading, so any changes you make to your code will be reflected in the browser.