Skip to content

power-coders/powercoders-tictactoe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • HTML 16.8%
  • CSS 10.5%