dilagurung / Tutorial---ReactJS-and-Socket.io-Chat-App

Code from my youtube creating a ReactJS Chat Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##ReactJS and Socket.io Chat App Tutorial

This is the code from a tutorial done 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.

About

Code from my youtube creating a ReactJS Chat Application


Languages

Language:JavaScript 93.3%Language:HTML 6.7%