/react-tdd-demo-webapp

TDD with React, Redux, & Github CI/CD actions

Primary LanguageJavaScript

react-tdd-demo-webapp

A Test-Driven-Development React.js SPA with CI/CD pipeline support.


Quick Start

Client (webapp):

# Install dependencies
npm install

# Start the app
npm run start

# in browser, visit http://localhost:3000
# to STOP, Ctrl+C in Terminal

Server (rand-word-server):

# Install dependencies
npm install

# Start the app
npm run start

# in browser, visit http://localhost:3030
# to STOP, Ctrl+C in Terminal

Technologies & Frameworks


Endpoints