Skip to content

oriooctopus/five-in-a-row

 
 

Repository files navigation

Five in a row

This is a project I completed as a student at hackreactor.

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-start
  npm run server-dev

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%