To run the servers for Livewell, begin by downloading the repository.
$ git clone https://github.com/hauolinalani/livewell.git
$ npm install
$ npm start
$ pip install -r requirements.txt
$ python3 app.py The JS Server will be hosted at http://localhost:5000.
The Flask service will be hosted at http://localhost:5002
App To start the app, navigate from the root directory of the repository:
$ cd app
$ npm install
$ npm start
The App will be hosted at http://localhost:3000