kaushalmeena / myapp-sharemycode

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

Home Page:https://sharemycode.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://sharemycode.onrender.com/


Languages

Language:JavaScript 83.8%Language:HTML 14.6%Language:CSS 1.5%