Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 643 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 643 Bytes

@popsql/monaco-sql-languages example

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.

Getting Started

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

Running the example

To run the example, use:

yarn start

and this should open the example at http://localhost:4000.