Skip to content

satyasahoo210/react-node-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-node-socket

This repository contains a total of 3 applications.

  • 1 backend server
  • 2 react applications

simulating, real-time (socket) communication between server and client.

How to Run

You need have to run 3 different terminals / command prompts as we'll be running 3 different dev servers.

# 1. Running the node server
cd server
npm start
# 2. Running the 1st react dev server
cd project1
npm start

# Now, access your running server on the browser. 

Link: http://localhost:3001

# 3. Running the 2nd react dev server
cd project2
npm start

# Now, access your running server on the browser. 

Link: http://localhost:3002

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published