All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
additional (2fd7610)Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
Co-Authored-by: Taranveer Virk taranveer@virk.cc
Note: Version bump only for package @loopback/example-hello-world
Note: Version bump only for package @loopback/example-hello-world
A simple hello-world application using LoopBack 4!
This project shows how to write the simplest LoopBack 4 application possible. Check out src/application.ts to learn how we configured our application to always respond with "Hello World!".
Before we can begin, you'll need to make sure you have some things installed:
Additionally, this tutorial assumes that you are comfortable with certain technologies, languages and concepts.
npm i -g @loopback/cli
lb4 example hello-world
cd loopback4-example-hello-world
Start the app:
npm start
The application will start on port 3000. Use your favourite browser or REST
client to access any path with a GET request, and watch it return
Hello world!.
Run npm test from the root folder.
See all contributors.
MIT