Skip to content
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: update broken link in crafting LB #630

Merged
merged 1 commit into from
Feb 21, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions pages/en/lb4/Crafting-LoopBack-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,27 +324,22 @@ Before we go further, let's try to build a 'hello world' application with LoopBa

### Basic Hello-World

https://github.com/strongloop/loopback4-example-hello-world
[@loopback/example-hello-world](https://github.com/strongloop/loopback-next/tree/master/packages/example-hello-world)

### Intermediate example

https://github.com/strongloop/loopback-next-hello-world
[@loopback/example-log-getting-started](https://github.com/strongloop/loopback-next/tree/master/packages/example-getting-started)

## Example for extension developers

### Learn from existing ones

- [loopback4-example-log-extension](https://github.com/strongloop/loopback4-example-log-extension)
- [@loopback/example-log-extension](https://github.com/strongloop/loopback-next/tree/master/packages/example-log-extension)
- [@loopback/authentication](https://github.com/strongloop/loopback-next/tree/master/packages/authentication)

### Create your own from the starter

The [loopback4-extension-starter](https://github.com/strongloop/loopback4-extension-starter) project provides a template to create your own LoopBack 4 extensions as a component. Please follow the instructions to get started.

## References

- https://strongloop.com/strongblog/announcing-loopback-next/
- https://github.com/strongloop/loopback-next-hello-world
- https://www.infoq.com/articles/driving-architectural-simplicity
- https://strongloop.com/strongblog/creating-a-multi-tenant-connector-microservice-using-loopback/
- https://strongloop.com/strongblog/loopback-as-an-event-publisher/
Expand Down