Skip to content

Instantly share code, notes, and snippets.

View pixelscript's full-sized avatar
🚀

Chris Corbett pixelscript

🚀
View GitHub Profile
@mattpowell
mattpowell / !Monaco-and-Snowpack.md
Last active September 6, 2021 06:40
Monaco Editor (VS Code) and Snowpack

Monaco Editor and Snowpack Example

Use Snowpack to extract and build JavaScript Modules and run in the browser.

Installation

  • Download and unzip this gist
  • npm install
  • npm run snowpack # optional, should run by default during npm install
  • npm run serve

About