This project has been created with @adobe/create-ccweb-add-on, the Adobe Express CLI for building add-ons. See the Adobe Express add-on documentation for getting started, as well as the associated tutorial on using Spectrum to build your add-on UIs.
This sample add-on demonstrates how develop an add-on using JavaScript and Spectrum Web Components.
- HTML
- CSS
- JavaScript
- Spectrum Web Components
- To install the dependencies, run
npm install
. - To build the application, run
npm run build
. - To start the application, run
npm run start
.