Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat Example

An example repository demonstrating how to build a chat application with React and Node.js. See the full tutorial on my blog

Running the application

First, install all the dependencies:

npm i

You can start the server by running:

node server/index.js

The react application can be started in development mode by running:

npm start

And visiting localhost:3000.

To run a production build, run the command:

npm run build

And visit localhost:8080 (once the server is running).

About

An example repository demonstrating how to build a chat application with React and Node.js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages