Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 468 Bytes

ieemgame

2017工工營課程股產銷遊戲

Installation

  1. Install the latest Node.js and MongoDB

  2. Download this repository branch V1.2 (remember to unzip it).

  3. Open your cmd, and run...

cd ieemgame-1.2
npm install
  1. Start the database by...
npm start-db
  1. Open another cmd to run the command to start the game...
npm start