Skip to content

sanjeevkpune/angular-sample-getting-started

Repository files navigation

angular-sample-getting-started

Angular application deployment

using firebase

  • build your project locally
    • ng build
    • this will create a dist/ folder. This can be deployed to any web-server
  • install firebase CLI
  • To host your site with Firebase Hosting, you need the Firebase CLI (a command line tool).
  • Run the following npm command to install the CLI or update to the latest CLI version.
    • npm install -g firebase-tools
  • Initialize your project
    • firebase login
  • Run this command from your app’s root directory
    • firebase init
      • for public directoy give path to your dist/angular-sample-getting-started
    • firebase deploy
  • access the project on below urls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published