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.
Technology stack: ReactJS, NodeJS, ExpressJS.
If you are on Linux (If you are using rolling-release distro, update the system):
- Install NodeJS and npm:
pacman -S nodejs npm
orapt install nodejs
- Clone the repository:
git clone https://github.com/AAgzamov/Tic-Tac-Toe-React.git
- Navigate to the repository and install dependencies:
npm i
- Create bundlers for production version:
npm run build
- Finally, serve on localhost:
node server.js
ornpm run start