The api project for React XOXO Game
- Express base socket project.
- Socket.io
- Cors - for firewall
- Dotenv - for read value from environment.
- Nodemon - for live change
git -clone https://github.com/byRespect/react-xox-api
cd react-xox-api
npm install
npm run start # then visit http://localhost:3000
⚠️ : You will change .ENV file to your client url!
Socket.io - for live communication with server