/myapp-sharemycode

A web app that facilitates realtime sharing of code editor using socket.io library.

Primary LanguageJavaScript

Share My Code

A web app that facilitates realtime sharing of code editor using socket.io library.

Live version is deployed at https://sharemycode.onrender.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes. See deployment for notes on how to deploy the project on a live system.

Requirements

To install and run this project you need:

Installation

To set up everything in your local machine, you need to follow these steps:

  1. Clone this repo and then change directory to the myapp-sharemycode folder:
git clone https://github.com/kaushalmeena/myapp-sharemycode.git
cd myapp-sharemycode
  1. Install project dependencies using npm:
npm install

Running

To run the project simply run:

npm run dev

Your app should now be running on localhost:3000.

License

This project is licensed under the MIT License - see the LICENSE file for details.