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.
src/editor.tsx
: This file contains the main editor component, which usesbanger-editor
to create the rich text editor.src/editor.css
: This file contains the CSS styles for the editor component.
To get started with this demo, follow these steps:
-
Clone the repository:
git clone [email protected]:kepta/banger-vite-react-starter.git cd banger-vite-react-starter
-
Install the dependencies:
pnpm install
-
Start the development server:
pnpm dev