A five-letter word guessing game built following a test-driven development technique, with Express, React, Redux, Enzyme, and Jest, based on the React Testing with Jest and Enzyme Udemy course.
# Install server
npm install
# Install client
cd ./client
npm install
Start server:
npm start # sever runs on port 3030
Start client:
cd ./client
npm start # client run on port 3000
TBD