- React and especially use React's new feature 🎣 Hooks
- socket.io-client
- New User
- Get User Number
- Get New Message
- User Connection
- User Disconnection
- User Reconnection
Require | Description |
---|---|
Git | We follow the GitHub Flow |
Node.js | 10.10 LTS or above |
Yarn | Recommend stable version |
The project manages the version of node through nvm
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
$ command -v nvm
$ nvm install
$ which node
$ npm install -g yarn
In the project root as follows are performed through the .nvmrc
$ nvm use
Found '/Users/user/Github/higherlowerkor/.nvmrc' with version <10.10.0>
fill out .env
for your socket.io-server
REACT_APP_SERVER_URL=${your socket.io server url}
$ nvm use
...
$ yarn
$ yarn build
$ yarn test
$ yarn start
This project was inspired by this site
MIT