A responsive web app for tracking daily food, calorie, and macronutrient intake across devices.
Built with Angular and Firebase.
https://material-nutrition.web.app/
Add environment consts to src/environments
Then run:
$ npm install
$ ng serve
Build with:
$ ng build --aot
Deploy with:
$ firebase use beta
$ firebase deploy --only hosting:beta
Build with:
$ ng build --prod
Deploy with:
$ firebase deploy --only hosting:prod