https://github.com/ramsunvtech/tic-tac-toe-app
Tic Tac Toe App in BackBoneJS, AngularJS
https://github.com/ramsunvtech/tic-tac-toe-app
Last synced: 11 months ago
JSON representation
Tic Tac Toe App in BackBoneJS, AngularJS
- Host: GitHub
- URL: https://github.com/ramsunvtech/tic-tac-toe-app
- Owner: ramsunvtech
- Created: 2015-11-26T21:46:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T14:47:32.000Z (over 10 years ago)
- Last Synced: 2025-03-17T19:14:19.590Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 861 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tic-tac-toe-app
Tic Tac Toe App in BackBoneJS
## Demo
http://ramsunvtech.github.io/tic-tac-toe-app/demo/backbonejs/
## How to setup in Local ?
`npm install -g http-server`
`cd app`
`http-server -a localhost -c -1 -p 4000`