Skip to content

Commit d4e6263

Browse files
StephenFluinjasonaden
authored andcommitted
docs: update simple stackblitz deployment instructions (angular#30465)
PR Close angular#30465
1 parent 86c4690 commit d4e6263

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

aio/content/start/deployment.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,18 @@ Whether you came here directly from [Your First App](start "Getting Started: You
1313

1414

1515

16-
## Deploying from StackBlitz
16+
## Share your application
1717

18-
StackBlitz allows you to publish your Angular app directly to Firebase from your project. The steps below outline how to deploy it quickly without setting up your own hosting environment.
18+
StackBlitz projects are public by default, allowing you to share your Angular app via the project URL. Keep in mind that this is a great way to share ideas and prototypes, but it is not intended for production hosting.
1919

20-
1. In your StackBlitz project, in the left menu bar, click the `Firebase` icon.
21-
1. If you don’t have a `Firebase` account, visit the [Firebase](https://firebase.google.com/ "Firebase web site") to sign up for a free hosting account.
22-
1. Click the `Sign into Google` button and follow the prompts to give `StackBlitz` access your `Firebase` projects
23-
1. Select the `project` where you wish to deploy your application.
24-
1. Click the `Deploy` button to deploy your application.
25-
1. After the deployment completes, click the `Open live site` link to view your app live.
20+
1. In your StackBlitz project, make sure you have forked or saved your project.
21+
1. In the preview pane, you should see a URL that looks like `https://<Project ID>.stackblitz.io`.
22+
1. Share this URL with a friend or colleague.
23+
1. Users that visit your URL will see a development server start up, and then your application will load.
2624

2725
## Building locally
2826

29-
To build your application locally, you will need to download the source code from your StackBlitz project. Click the `Download Project` icon in the left menu across from `Project` to download your files.
27+
To build your application locally or for production, you will need to download the source code from your StackBlitz project. Click the `Download Project` icon in the left menu across from `Project` to download your files.
3028

3129
Once you have the source code downloaded and unzipped, use the [Angular Console](https://angularconsole.com "Angular Console web site") to serve the application, or you install Node and have the Angular CLI installed.
3230

@@ -76,7 +74,7 @@ Learn more about development and distribution of your application in the [Buildi
7674

7775
## Join our community
7876

79-
You are now an Angular developer! [Share this moment](https://twitter.com/intent/tweet?url=https://next.angular.io/start&text=I%20just%20finished%20the%20Angular%20Getting%20Started%20Tutorial "Angular on Twitter"), tell us what you thought of this Getting Started, or submit [suggestions for future editions](https://github.com/angular/angular/issues/new/choose "Angular GitHub repository new issue form").
77+
You are now an Angular developer! [Share this moment](https://twitter.com/intent/tweet?url=https://angular.io/start&text=I%20just%20finished%20the%20Angular%20Getting%20Started%20Tutorial "Angular on Twitter"), tell us what you thought of this Getting Started, or submit [suggestions for future editions](https://github.com/angular/angular/issues/new/choose "Angular GitHub repository new issue form").
8078

8179
Angular offers many more capabilities, and you now have a foundation that empowers you to build an application and explore those other capabilities:
8280

0 commit comments

Comments
 (0)