-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Add "Application lifecycle" #3384
Comments
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
Description
Proposal originated from PR: #3164
Application life cycle content should cover the following stages:
Installation
Create: includes scaffolding
Develop: Add more artifacts
Build
npm start
Boot
app.boot()
the application context
Start
app.start()
Try and test?
Build the app iteratively.
How to debug your application (?)
Request/Response processing
<-- refer to this page when it's done -->
Stop
More focus on cli/references.
The text was updated successfully, but these errors were encountered: