Simple tic-tac-toe game which is developed on Elm
- install
Elmto 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/openor open ./index.html in your browser