Project in progress.!!
Using ES6, with Babel (http://babeljs.io/)
- NodeJS (https://nodejs.org/en/)
- Globally installed nodemon (https://nodemon.io/)
git clone git@github.com:raghavgarg1257/omegle.git && cd omegle
touch .env
nano .env and mention port number like: PORT=8080 (optional step)
npm install
npm start
The app will be started on the mentioned port which will be printed in the console upon starting the server like: http://localhost:8080
.