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
- Host: GitHub
- URL: https://github.com/sara-pixie/angular-recipe-book
- Owner: Sara-pixie
- Created: 2022-01-06T19:49:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T16:59:10.000Z (about 4 years ago)
- Last Synced: 2025-03-14T23:12:00.730Z (about 1 year ago)
- Topics: angular, firebase, firebase-auth, firebase-hosting, firebase-realtime-database, recipe-app, shopping-list
- Language: TypeScript
- Homepage: https://angular-recipe-book-b5c47.web.app
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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