FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

anycode/anycode-example at main · anycode-ade/anycode · GitHub

Latest commit

 

History

History

README.md

Anycode Editor Example

Simple example project using the anycode-base package to create a code editor in JavaScript.

Installation

npm install

Running

npm run dev

The browser will open at http://localhost:3000 with a working editor.

Building

npm run build

Project Structure

  • main.js - main file with editor usage example
  • index.html - HTML page
  • styles.css - styles
  • vite.config.js - Vite configuration
  • package.json - project dependencies

Back | FazBrowse Home | New Git URL