Moddable.js based framework to easily program esp32 devices with Javascript.
First, install Moiler from NPM:
npm install @vogoid/moiler
Create a main.js
file in your project folder:
trace('Hello World!')
debugger
Connect your ESP32 development board and run:
npx moiler
Your code will be compiled and uploaded to your board and the debugger will open.