Simple tic-tac-toe game which is developed on Elm
- install
Elm
to your computer - install packages
$ elm package install
$ npm install
- 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