Skip to content

erkobridee/react-socket-simple-chat

Repository files navigation

React Socket Simple Chat

A simple chat application that uses react.js, redux and socket.io.

Prerequisites

  • Must have Git installed

  • Must have the node.js (at least v8+) installed with the npm (Node Package Manager)

Recommended

  • Use the yarn, you can install it over the npm npm install -g yarn

  • Use a node version manager

Commands

After cloned from the github repository

  • yarn or npm install

Available commands

  • start the development: yarn start or npm start

  • production build

    • generate: yarn build or npm run build

    • generate and test it: yarn do-serve or npm run do-server

  • deploy the production build to the github gh-pages: yarn do-deploy or npm run do-deploy