Webpage build with React.js that works with message-board-backend.
git clone https://github.com/jpoist97/message-board-frontend.git
cd message-board-frontend/
npm install
npm start
In order for the webpage to function properly, make sure to run the message-board-backend on port 3001.