Reversi Game Table of Contents Prerequisites Create React App Run App Prerequisites NodeJS >= 8.10 Create React App $ npx create-react-app test-app $ cd test-app $ npm start Your app will be running at http://localhost:3000/ Run App $ git clone https://github.com/shahnawaz-pabon/reversi.git $ cd reversi $ npm install $ npm start