Tic Tac Toe Game using JavaScript
This app is implementation of Tic Tac Toe using Vanilla JS and testing using jest (built by @mcrd25)
- JavaScript (ES6)
- jest
- npm
- eslint
To get a local copy up and running follow these simple example steps.
You will need to have a recent version of Node.js
run cd tic-tac-toe-js
run npm install
run npm start
to launch app in development mode
run npm build
to build app for production
run npm dev
run following command npm test
or jest
Run npm build
and add resulting files in dist
folder desired server or simply open index.html in local environment
If you'd simply like to run in webpack dev server you can run npm start
👤 Maya Douglas
👤 Adriaan Beiertz
- Github: @adriaanbd
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.