/vs-code-sub-clone

Primary LanguageJavaScriptMIT LicenseMIT

Project VS Code Clone

A project using electron and React to try and replicate visual studio code and learn electronjs in the process.

Install and test it out

git clone  https://github.com/njenga5/vs-code-clone.git
cd vs-code-clone
npm install
npm run electron:serve

Improve the code as you see fit and learn

Enjoy!!