tic-tac-toe Tailwind Templates

Tic Tac Toe

Server-side rendered Tic-Tac-Toe written in JS using node, express and handlebars & tailwind

Tic-tac-toe

A server-side rendered game of Tic-tac-toe in Javascript using nodeJS, Express, Handlebars and Tailwind.

Installation

Use git to clone the repo

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

Running

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

Contributing

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.

Authors

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

License

MIT

Top categories

Loading Svelte Themes