This is a simple tic-tac-toe web application made using HTML, CSS and JQuery, and served using Express JS.
Clone the repository and install the dependencies by running
npm install
Run the express server
npm start
Navigate to http://localhost:3000 to view application in the browser.