pbouzakis / wanna-drink-webapp

Frontend Webapp For Wanna Drink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wanna-drink-webapp

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.

Prerequisites

npm version > 2.14.x < 3

Install

npm install

Update

npm update

Start the local server

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.

Backend

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.

About

Frontend Webapp For Wanna Drink


Languages

Language:JavaScript 92.8%Language:HTML 4.4%Language:CSS 2.7%