/react-chat

Primary LanguageJavaScript

React simple chat

Building using gulp

Install all dependencies for gulp and node

  1. npm install

Install bower dependencies

  1. cd public
  2. bower install

Run gulp for build project and jsx compile

  1. gulp

Run node server

  1. cd ../
  2. npm start