Skip to content

sranmanpreet/tic-tac-toe

Repository files navigation

Tic Tac Toe

Tic Tac Toe is a serverless progressive web application, built in angular. Checkout live application here.

Application Screenshot

Features!

  • Responsive Layout
  • Serverless

Tech

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

Installation

Tic Tac Toe requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the client.

$ npm install
$ ng serve -o

Development server

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.

Build

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.

Docker Deployment

Run docker run -p3000:80 sranmanpreet/tictactoe:1.0.0-SNAPSHOT and access the app at http://localhost:3000/.

License


MIT

Suggestions/Improvements are welcome. Want to develop together? You are most welcome.