Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 398 Bytes

Five in a row

Implementation of traditional Asian board game

Set up

After cloning, run the following command:

  npm install
  //do these if you don't have mongodb on your environment
  brew update 
  brew install mongodb
  //end of mongodb installing
  npm run react-dev
  npm run db-dev
  npm run server-dev

then go to 127.0.0.1:3000 on your browser to use the app