Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 610 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 610 Bytes

BATTLEFRONT 1

this is a realtime strategy multiplayer game

Prerequisites

You should;

  • Have node and npm installed first,if not visit:
  • Install and run XAMMP Apache Server for MySql server.

how to run

On the project directory,first install the required packages using npm like this:

npm install

After that just run the following command:

  • For dev server
npm run dev
  • For production server
npm run start

Now go to localhost on port 3000 and enjoy the game.