Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 464 Bytes

File metadata and controls

19 lines (9 loc) · 464 Bytes

##ReactJS and Socket.io Chat App Tutorial

This is the code from a tutorial I created on youtube here.

###Getting Started

First you'll need to fork or download the respository.

Then in terminal you'll install the node modules

npm install

Then you can run it using

npm run react to start React dev server. npm run server to start NodeJS Socket.io server.