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 build
Then, you can install the necessary dependencies in this folder:
yarn build
To run the example, use:
yarn start
and this should open the example at http://localhost:4000.