Skip to content

jpcbdev/mmorpg-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMORPG skeleton 🎮

MMORPG online game skeleton

image info

Description

An MMORPG online game make with Node.js technologies.

Getting Started

Dependencies

  • Node.js
  • MongoDB
  • Redis

Installing

  • Create .env file if not exist with environment variables ( inside service folder ):
# NOT ENVIRONMENTS VARIABLES NEEDED
  • npm i ( inside app and service folder )
  • npm build ( inside app and service folder ) # Production build

Executing program

  • npm run start:dev ( inside app and service folder ) # Run on development mode
  • npm run start ( inside app and service folder ) # Run on production mode

Authors

Version History

CHANGE LOG

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published