An open API service indexing awesome lists of open source software.

https://github.com/sara-pixie/angular-recipe-book

A recipe book with shopping list
https://github.com/sara-pixie/angular-recipe-book

angular firebase firebase-auth firebase-hosting firebase-realtime-database recipe-app shopping-list

Last synced: 14 days ago
JSON representation

A recipe book with shopping list

Awesome Lists containing this project

README

          

building for production: ng build (ahead-of-time compilation)

deploying app on server:

- Use & check environment variables!!! (was done when connecting to Firebase...)
- Polish & test code
- Build app (terminal comand) - see building for production
- Deploy build artifacts (generaated files) to static host (HTML, JS, CSS) - see Firebase hosting

For Firebase hosting:

- npm install -g firebase-tools
- firebase login (sign in to Google - Firebase account)
- firebase init (initiate your project - from app root directory)
- Put your static files (e.g., HTML, CSS, JS) in your app’s deploy directory (the default is “public” - change to dist/app-name)
- firebase deploy

Hosting URL: https://angular-recipe-book-b5c47.web.app