The frontend single page application for Wanna Drink!
For info on what technical decisions were made, see this doc.
For more about the app from a feature perspective, see this doc.
For coding conventions/standards/styleguide see this doc.
npm version > 2.14.x < 3
npm install
npm update
npm start
This will start a local node server and launch the app in your favorite default browser to http://wanna-drink.localtest.me:3000
.
The local server when making any calls to /api/*
will proxy the request to http://wanna-drink-api.localtest.me:5000
which is our python backend for Wanna Drink. For that project see this repo.