Skip to content

AAgzamov/Tic-Tac-Toe-React

Repository files navigation

Tic Tac Toe game (React)

This web-based game is created with the help of ReactJS front-end framework. I developed it in order to put in use the knowledge I acquired while on my journey of learning React.

Deployed here on Netlify.



Development

Technology stack: ReactJS, NodeJS, ExpressJS.

Installation on local machine guide:

If you are on Linux (If you are using rolling-release distro, update the system):

  1. Install NodeJS and npm: pacman -S nodejs npm or apt install nodejs
  2. Clone the repository: git clone https://github.com/AAgzamov/Tic-Tac-Toe-React.git
  3. Navigate to the repository and install dependencies: npm i
  4. Create bundlers for production version: npm run build
  5. Finally, serve on localhost: node server.js or npm run start