-
Notifications
You must be signed in to change notification settings - Fork 174
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
Commands path info in angular example readme #107
Commands path info in angular example readme #107
Conversation
```bash | ||
# The `lerna bootstrap` command executes the Node Package Manager (NPM) installation and links cross-dependencies. | ||
|
||
lerna bootstrap | ||
``` | ||
|
||
3. Bundle the Luigi core. | ||
3. Bundle the Luigi core by executing the following in `luigi/core` folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bundle the Luigi core by executing the following in the luigi/core
folder.
```bash | ||
# Lerna runs the bundle script in every package where the script exists. | ||
|
||
lerna run bundle | ||
``` | ||
|
||
4. Start the example application. | ||
4. Start the example application from `luigi/core/examples/luigi-sample-angular` folder. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Start the example application from the luigi/core/examples/luigi-sample-angular
folder.
cb7a126
to
846e5ed
Compare
* Provide path info to installation/launch commands
Description
Changes proposed in this pull request:
Related issue(s)
Resolves #106