https://github.com/cdrani/tttjs
https://github.com/cdrani/tttjs
tic-tac-toe tic-tac-toe-web-application
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdrani/tttjs
- Owner: cdrani
- Created: 2018-11-25T11:22:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T00:06:52.000Z (over 7 years ago)
- Last Synced: 2025-02-05T13:47:41.023Z (over 1 year ago)
- Topics: tic-tac-toe, tic-tac-toe-web-application
- Language: JavaScript
- Size: 124 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tttjs
Live: [tttjs](https://cdrani.github.io)
Tic-tac-toe application written entirely in javascript. [bulmacss](https://bulma.io) framework is used throughout for subtle styling.
## Preview

### Setup
1. clone
2. `yarn` to install dependencies
3. `yarn dev` to start webpack dev server
Other commands:
`yarn build` for webpack to create a production build
`yarn gh-page` to push new app build to gh-page