Code Monkey home page Code Monkey logo

oneref-tictactoe's Introduction

tic-tac-toe

A demo/learning project for OneRef.

How To Run

Clone the repo:

git clone [email protected]:ariutta/oneref-tictactoe.git

cd into the new directory and install the server dependencies:

npm install

cd into the public subdirectory and install the front-end dependencies:

npm install

cd back up to the parent directory and start the server:

node server.js

You should now be able to visit http://localhost:8080 and use the site. You can play against yourself by opening a second browser tab and visiting the same address. Sign in using Google in both tabs, then in one tab, invite yourself and in the other tab, accept the invitation. You can now make a move in the first tab.

To re-build the JS files whenever you make any changes, you can cd to the public directory and run webpack:

webpack -d --watch

You can test the front-end by visiting http://localhost:8080/viewTest.html and ensuring that the upper-left box is checked.

To run the server tests, call Mocha from the top-level directory:

mocha

oneref-tictactoe's People

Contributors

ariutta avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.