Front : create class to connect, send and receive message
- Create environment class - Create Connexion class to connect and save data - Refactor back api
This commit is contained in:
parent
b4f77ba51a
commit
7e08e7f133
8 changed files with 374 additions and 5 deletions
|
@ -14,7 +14,10 @@
|
|||
"webpack-dev-server": "^3.10.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"phaser": "^3.22.0"
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/socket.io-client": "^1.4.32",
|
||||
"phaser": "^3.22.0",
|
||||
"socket.io-client": "^2.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --open",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue