Skip to content

Sahil-K123/Code_Editor_React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

An in-browser code editor that allows you to write and execute your code in the browser.

Run Locally

# install dependencies

npm install

# start the dev server

npm run dev