Meal Planner is an open source recipe recommendation and nutrition balancing service.
Alpha version is hosted at https://meal-planner.org/
This repository contains client app implementation. It is a Single Page Application (SPA) built with AngularJS and Angular Material
This application requires NodeJS and Bower for development.
Install development dependencies:
npm install
Install fronted dependencies:
bower install
Run client app locally:
grunt serve
Run tests:
grunt test
This client application is completely static and hosted at GitHub Pages.
grunt deploy is used to deploy latest master to https://app.meal-planner.org
It builds the app with grunt build and pushes the changes to gh-pages branch automatically.