Skip to content

Thogul/LobbySystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LobbySystem

Lobby system for a web-based game using Socket.io, React and Flask

React and Front-End Dependencies

  • To use react, install node.js (LTS) https://nodejs.org/en/
  • Install dependecies by opening a terminal in the client folder and run npm install. This will automatically install all dependencies from the package.json
  • Run the development environment with npm start.
  • Build the react app by running npm run build.

Flask and Back-End Dependencies

  • The server requires python https://www.python.org/downloads/ (Make sure to install pip)
  • Install the requirements by running pip install -r requirements.txt in the server folder
  • Run the Flask server with python app.py from the server folder
  • The server will be hosted at localhost:5000

About

Learning to create a lobby system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors