A server-side rendered game of Tic-tac-toe in Javascript using nodeJS, Express, Handlebars and Tailwind.
git clone https://github.com/bosh-code/tic-tac-toe.git
Use node and npm to install dependencies Tic-tac-toe.
cd tic-tac-toe && npm i
There are a few ways to run the project. The tailwind.css file needs to be generated first using:
tailwindcss build ./src/tailwind.css -o ./public/tailwind.css
After generating the tailwind.css file, the project can be run using:
nodemon index
Alternatively, the tailwind.css file can be generated, and the server started using the node script
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project was developed at EDA for a one-day group development project. The authors of the project are Ryan Bosher, Joshua Lake, Dylan Toomey and Meli Waigant