Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 589 Bytes

web-editor

This is an example application created to associate with this article. This is an example implementation which will be improved upon the series of articles to make it a proper intelligent editor with Language Server support and All.

How To Run

Make sure you have Node and NPM installed on your workspace.

  • Node: v16.9.0 or greater
  • NPM: 7.21.1 or greater

Build

npm run build

Run

npm run start