Banger Editor Demo

January 5, 2025 ยท View on GitHub

This project is a demo application for the banger-editor library. It showcases how to use banger-editor to create a rich text editor in a React application using Vite.

Key Files

  • src/editor.tsx: This file contains the main editor component, which uses banger-editor to create the rich text editor.
  • src/editor.css: This file contains the CSS styles for the editor component.

Getting Started

To get started with this demo, follow these steps:

  1. Clone the repository:

    git clone git@github.com:kepta/banger-vite-react-starter.git
    cd banger-vite-react-starter
    
  2. Install the dependencies:

    pnpm install
    
  3. Start the development server:

    pnpm dev