Adobe Express is a 'content creation' tool for things like social media scheduling, banners, and even TikTok videos!
There's also a lot of generative AI features, so it's not only fun to explore as a creator, but also as a plugin developer. I was surprised how quick it is to get set up in development mode, here's how I did it for React:
Quickstart for React
Log into the Adobe Developer Console, and press create new project, then Add Plugin, and choose Express
You'll get to this screen below. It has lots on there, but you just need to run this command in the terminal to set up using React.js (more options on this here):
npx @adobe/create-ccweb-add-on my-addon --template react-javascript --verboseThe command will set everything up, all at once - creating a folder with your project. Follow all the final instructions in the terminal, and you should end up with your project running. You'll be able to see it in the actual Adobe Express app on the website.




Buy me a coffee



