Skip to content

meal-planner/client

Repository files navigation

Meal Planner Client

Build Status Code Climate Codacy Badge Dependency Status Join the chat at https://gitter.im/meal-planner/public

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

Requirements

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

Deployment

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.

About

🍲 Recipe recommendation and nutrition balancing service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published