Build a game of connect 4 from scratch in 24 hours.
- Fork and clone the repo:
git clone https://github.com/samibirnbaum/connect-4.git - Run
$ npm installto download/install the needed dependencies - Start the node server:
npm start. - Open a web browser and go to
http://localhost:8080.
