This is an example Angular project to demonstrate SSG for displaying skydiving logs, SSR, and deferrable views on Firebase App Hosting.
Run the development server:
npm run start
Open http://localhost:4200 with your browser to see the result.
Create a new GitHub repository and push the newly-initialized sample code to it:
git remote add origin https://github.com/$YOUR_NEW_REPOSITORY.git git branch -M main git push -u origin main
Continue to Get started with Firebase App Hosting.