/typescript-tic-tac-toe

Simple Tic-Tac-Toe game built with React and TypeScript

Primary LanguageTypeScript

TypeScript Tic-Tac-Toe

Summary

A simple Tic-Tac-Toe game built using TypeScript with a React frontend and a Node/Express server.

Prerequisites

Getting Started

  • Fork and close this repository to your local machine
  • Run node -v to make sure you're using a recent version of Node!
  • Run npm install to install all dependencies
  • Run npm start to run the Webpack dev server on localhost:8080 and the Node server on localhost:3000
  • Navigate to localhost:8080 in your browser to view the application

Tech Stack

React TypeScript CSS HTML5 Material-UI NodeJS Express Webpack Babel