Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 319 Bytes

File metadata and controls

13 lines (10 loc) · 319 Bytes

reactTennisGame

Creates a simple tennis game app using React/Redux for the UI and Node/express for the server which handles the initial render providing the initial state.

Run Tennis App

git clone https://github.com/reactjs/redux.git

cd reactTennisGame
npm install
npm start

open http://localhost:3000/