Simple message board built in React frontend and Node.js backend
Move to api folder and run the api server.
cd ./api/
npm install
npm run start
The api will server run at http://localhost:3001
Move to client folder and run the app
cd ./client
npm install
npm start
Visit http://localhost:3000 in the browser.
