Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 376 Bytes

Messageboard - Client

Frontend for messageboard application. Uses React for frontend with Redux for state management, Enzyme for testing, and authentication is done client side with a JWT response stored in local-storage.

Live site: https://glynlewington.com/messageboard

Setup locally

Clone or download repo.

npm install
npm start

Run tests

npm test