Skip to content

ldosmorbrian/udemy-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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