Give a warm Christmas gift to families who are in need.
This web app supports universal rendering via ReactJS, routing with React-Router, and Postmates' API to get delivery quotes and create deliveries for users. There is no flux implementation as this was meant to be a small project (MVP).
- Operation Santa API
- Alternative to API pre-req: Checkout 'live' branch instead
npm install
# Transpile and bundle client, server, and test files
npm run build
# Start server
npm startAnd visit http://localhost:4000/ to access GUI.
- Refactor excessive Container content into smaller components



