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
yarnornpm install
-
start the development:
yarn startornpm start -
production build
-
generate:
yarn buildornpm run build -
generate and test it:
yarn do-serveornpm run do-server
-
-
deploy the production build to the github gh-pages:
yarn do-deployornpm run do-deploy