This project is explained in the article Writing a browser based editor using Monaco and ANTLR.
A browser based editor for a simple DSL to perform calculations.
It shows how to integrate ANTLR with monaco.
./gradlew generateParser
npm install
./gradlew generateParser
tsc
webpack
cd server
../gradlew runServer
Now visit http://localhost:8888