This is the Front end of Emulator Among Us.
Repository in GitHub here
For clone this repository you use this command:
git clone https://github.com/JffMv/Emulator-Among-Us-Front.git
Have installed:
git 2.44 - Install Git
node.js 22.5.1 - Install Node.js
Back-End - Clone repository
The process were building project React with the command:
npm install
Then run the project with:
npm start
This project run for the port 3000, so can see work http://localhost:3000
If you want add this project into backend java use this command and copy the directory "build" in the path /src/resource/ and change the name to "public":
npm run build
This project run for the port 8080, so can see work http://localhost:8080
This application based in React and support for one component. Have two screens initials and the call component of phaser and WebSocketContext contain component phaser.
Phaser is the framework speciality in video games for app webs, where tools offer are efficient. The implementation functions adds are:
This connects, send, close and control of errors with the connection server for Endpoint ws:domain/play.
This project is licensed under the MIT License - see the LICENCE.txt file for details