Tic Tac Toe is a serverless progressive web application, built in angular. Checkout live application here.
- Responsive Layout
- Serverless
Application uses following of open source projects to work properly:
- Angular - A Javascript Framework by Google!
- Bulma - CSS framework based on Flexbox and built with Sass
Tic Tac Toe requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the client.
$ npm install
$ ng serve -o
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run docker run -p3000:80 sranmanpreet/tictactoe:1.0.0-SNAPSHOT
and access the app at http://localhost:3000/.
MIT
Suggestions/Improvements are welcome. Want to develop together? You are most welcome.