This is a version of the famous Tic Tac Toe
game written in elm
node version >= 6.x.x npm version >= 3.x.x
$ npm install
running the server in dev mode
$ npm run start:dev
open the browser and type
http://localhost:8080
assets files are under the path tictactoe-elm
http://localhost:8080/tictactoe-elm/[bundle.min.js|bundle.min.css]
running the server in production mode
$ npm run start
open the browser and type
http://localhost:8080
assets files are under the path tictactoe-elm
http://localhost:8080/tictactoe-elm/[bundle.min.js|bundle.min.css]
create the build folder and adds the minified files and the index.html
$ npm run build