Small React and Node powered game application, that demonstrates skills to integrate live connection and clients data synchronization
Please make sure you are using Node.js 22.0 version.
(temporarily) You have to run npm install in frontend and server directories.
Frontend can be launched via npm run start
Node.js server can be booted up via npm run start
as well
- React.js - powers up front end side of the application
- Node.js - server as the backbone for server side code
- Electron - wrapper for front end side code to allow downloading application as an executable