Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 333 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 333 Bytes

Streams App from Udemy Modern React with Redux Course

Result of following along with the course.

Get started with:

pushd apis; npm install; popd \
pushd client; npm install; popd

Run api server:

cd apis
npm start

Run client server

cd client
npm start

Connect to client server: http://localhost:3000