Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 442 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 442 Bytes

React Chat

Click the "Download ZIP" button over there ===>

Windows

Run the following steps in a command line window in the project folder:

  1. npm install -g gulp
  2. npm install
  3. gulp watch
  4. In a new command line window run node main.js

Linux/Mac

Run the following steps in a terminal in the project folder:

  1. sudo npm install -g gulp
  2. npm install
  3. gulp watch
  4. In a new terminal run node main.js