react-connect4
react-connect4 copied to clipboard
Connect 4 game implemented in React
#Connect 4 game implemented in React
Pre-requirements
- node & npm
- Have gulp installed (version >= 3.9)
npm i gulp -g
To get started
This step is very difficult, so play close attention.
-
cd
into your project directory - run
npm install
- run
gulp
- that's it, I was just kidding about the difficult part :)
Run tests
In order to run tests, simply run npm test
Ran into problems, or have any suggestions?
Ping me on twitter @hashtagserg or open an issue.
Please keep in mind that the sole purpose of this project is to practice (and learn) my skills in ReactJS, please be kind :)
===