gorkem / yaml-server-browser-example

Example code for YAML server usage in the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAML Languge Server Embedded In Browser Example

This repository contains the example code for using YAML language server embedded in a browser with Monaco editor.

Getting Started

  1. Install prerequisites
    • node.js (tested with v12.4)
  2. Clone this repository
  3. Prepare the example, this installs and build the example code
    $ cd yaml-server-browser-example
    $ npm run prepare
  4. Build the example
    $ npm run build
  5. Run the webpack dev server
    $ npm run serve
  6. You can test the example at http://localhost:8080/lib/

About

Example code for YAML server usage in the browser

License:MIT License


Languages

Language:TypeScript 74.7%Language:JavaScript 20.9%Language:HTML 4.4%