Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 551 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 551 Bytes

powercoders-tictactoe

Requirements

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)

Setup

# 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

Run tests

npm test

Build App

npm start