Demo: http://ajaxgames.net/bowling/
Clone Repo git clone https://github.com/latunoff/JavaScript-React-Bowling-Game.git
npm install dependencies
cd JavaScript-React-Bowling-Game
npm install
npm run dev
Run test once
npm run test
Test watch
npm run test:watch
Build for production
npm run build
Start production server
npm run start
MIT