Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkhatal70 authored Jun 18, 2021
1 parent e6ba843 commit e3b512f
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,44 @@

This project was generated with [React CLI](https://github.com/facebook/create-react-app) version 17.0.2

## Development server
This project was generated with [Node.JS Open CLI ](https://github.com/oclif/oclif) version 14.16.1

# Frontend

npx create-react-app appname

Run `npm start` for a dev server. Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files.

## packages and dependencies

add this script to index.html after <title> tag -> <script src="https://unpkg.com/peerjs@1.3.1/dist/peerjs.min.js"></script>

npm install socket.io-client

npm install --save react-router-dom

npm install --save react-redux redux

npm install redux-devtools-extension --save

npm install --save react-icons

# Backend

Run `npm start` for a dev server. Navigate to `http://localhost:5000`.

## packages and dependencies

npm init -> set entry point as 'server.js'

npm install --save express

npm install --save socket.io

npm install --save peer

npm install --save uuid // for unique id of group calls

## React Help
For help getting started with React, view our
[online documentation](https://reactjs.org/docs/getting-started.html), which offers tutorials, samples and guidance.
Expand Down

0 comments on commit e3b512f

Please sign in to comment.