A simple chat application that uses react.js, redux and socket.io.
-
Must have Git installed
-
Must have the node.js (at least v8+) installed with the npm (Node Package Manager)
-
Use the yarn, you can install it over the npm
npm install -g yarn
-
Use a node version manager
yarn
ornpm install
-
start the development:
yarn start
ornpm start
-
production build
-
generate:
yarn build
ornpm run build
-
generate and test it:
yarn do-serve
ornpm run do-server
-
-
deploy the production build to the github gh-pages:
yarn do-deploy
ornpm run do-deploy