Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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