Bodymovin UI extension panel
- Setup AE for debugging extensions (guide)
- Install the CEF client you'll need for remote debugging
- Install extension dependencies (
npm i
) - Install server dependencies (
cd bundle/server && npm i
) - Run
npm run start-dev
- Open the CEF client and navigate to
http://localhost:8092
The extension window will now hot-reload and you can use the devtools in the CEF client.