A browser-based code editor built with Vite and React, inspired by VS Code. Write HTML, CSS, and JavaScript directly in your browser and see live previews as you code—just like a web playground.
- 📝 Edit HTML, CSS, and JavaScript in real-time
- ⚡ Instant live preview of your code
- 🖥️ VS Code-like layout and feel
- 🔒 Safe rendering with sandboxed iframes
- 💡 Lightweight and fast, powered by Vite
-
Clone the repository:
git clone https://github.com/BNB2006/VS-Lite.git cd webcode-playground -
Install dependencies:
npm install
-
Start the development server:
npm run dev -
Open your browser and go to:
http://localhost:5173
- Vite + React
- JavaScript
- Tailwind CSS
😊