- Git: https://git-scm.com/downloads
- Node.js / npm: https://nodejs.org/en/
Check if you're all set:
git --version
# git version 2.7.4 (any other version is also fine)
node --version
# v7.7.1 (should be greater than 6.4.0)
# clone the repository
git clone https://github.com/czosel/powercoders-tictactoe.git
# change into the project directory
cd powercoders-tictactoe
# install the dependencies
npm install
npm test
npm start