Implementation of a simple tennis game using react/redux and nodejs
Get into the "frontend" directory
cd frontend
Install all necessary dependencies
npm install
To run all the tests, run:
npm test
To run all the web app, run:
npm start
"The code in this web app is licensed under MIT license."