Skip to content

A responsive web app for tracking daily food, calorie, and macronutrient intake across devices.

License

Notifications You must be signed in to change notification settings

blake-weissman/MaterialNutrition

Repository files navigation

Material Nutrition

A responsive web app for tracking daily food, calorie, and macronutrient intake across devices.

Built with Angular and Firebase.

https://material-nutrition.web.app/

Development

Add environment consts to src/environments

Then run:

$ npm install
$ ng serve

Deployment

Beta

Build with:

$ ng build --aot

Deploy with:

$ firebase use beta
$ firebase deploy --only hosting:beta

Prod

Build with:

$ ng build --prod

Deploy with:

$ firebase deploy --only hosting:prod