Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 601 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 601 Bytes

Simple tic-tac-toe game which is developed on Elm

Installation:

  • install Elm to your computer
  • install packages
$ elm package install
$ npm install

Usage:

  • build:
  • using elm make
    $ sh ./bin/build
    
  • using gulp
    $ npm run build
    
  • minify version
    $ npm run minify
    
  • develop
$ npm run start
  • see results:
$ sh ./bin/open

or open ./index.html in your browser