This folder holds an example of how you could integrate the @popsql/monaco-sql-languages module
with your react-monaco-editor setup. It was bootstrapped with
Create React App.
Before using this example, you will need to build the outer project:
cd ../
yarn
yarn buildThen, you can install the necessary dependencies in this folder:
yarn buildTo run the example, use:
yarn startand this should open the example at http://localhost:4000.