Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 539 Bytes

Real-Time-Chat-Application

Introduction

I created, from scratch, a functionnal live chat application. I used for this project React.js, Node.js, Express and Socket.io

Setup:

  • run npm install react-scripts (if you get the error "'react-scripts' is not recognized as an internal or external command")
  • run --save npm i && npm start.