A Tic-Tac-Toe game made with Angular 5 and Bootstrap 4 generated with Angular CLI version 1.7.4.
# install dependencies
npm i
# serve with hot reload at localhost:4200
npm run start
# build for production with minification
npm run build
# run tests
npm run test
# run e2e tests (not implemented yet)
npm run e2e
MIT License