https://github.com/natac13/tic-tac-toe-game
Challenge from Free Code Camp for tic-tac-toe
https://github.com/natac13/tic-tac-toe-game
Last synced: 3 months ago
JSON representation
Challenge from Free Code Camp for tic-tac-toe
- Host: GitHub
- URL: https://github.com/natac13/tic-tac-toe-game
- Owner: natac13
- License: mit
- Created: 2015-11-21T23:25:03.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-12-13T23:34:42.000Z (over 9 years ago)
- Last Synced: 2023-02-27T21:46:52.432Z (about 2 years ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
First time doing everything with Webpack.
This is my first project that is up on github pages! I was so happy and excited to learn that this could be done! Just by making a gh-pages branch, I changed my to default branch. Now live [here](http://natac13.github.io/Tic-Tac-Toe-Game/)
## Setup
```
npm install
npm start
```### testing with mocha
```
npm test
```