Change Log v0.7.1

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.7.1 (2018-05-08)

Note: Version bump only for package @loopback/example-hello-world

0.7.0 (2018-05-03)

Features

  • add helper package "dist-util" (532f153)

0.6.0 (2018-05-03)

Features

  • add helper package "dist-util" (532f153)

0.5.3 (2018-04-26)

Note: Version bump only for package @loopback/example-hello-world

0.5.2 (2018-04-26)

Note: Version bump only for package @loopback/example-hello-world

0.5.1 (2018-04-25)

Note: Version bump only for package @loopback/example-hello-world

0.5.0 (2018-04-16)

Note: Version bump only for package @loopback/example-hello-world

0.4.7 (2018-04-16)

Note: Version bump only for package @loopback/example-hello-world

0.4.6 (2018-04-12)

Note: Version bump only for package @loopback/example-hello-world

0.4.5 (2018-04-11)

Note: Version bump only for package @loopback/example-hello-world

0.4.4 (2018-04-11)

Note: Version bump only for package @loopback/example-hello-world

0.4.3 (2018-04-06)

Note: Version bump only for package @loopback/example-hello-world

0.4.2 (2018-04-04)

Note: Version bump only for package @loopback/example-hello-world

0.4.1 (2018-04-02)

Note: Version bump only for package @loopback/example-hello-world

0.4.0 (2018-03-29)

Note: Version bump only for package @loopback/example-hello-world

0.3.1 (2018-03-23)

Note: Version bump only for package @loopback/example-hello-world

0.3.0 (2018-03-21)

Note: Version bump only for package @loopback/example-hello-world

0.2.5 (2018-03-14)

Note: Version bump only for package @loopback/example-hello-world

0.2.4 (2018-03-13)

Note: Version bump only for package @loopback/example-hello-world

0.2.3 (2018-03-08)

Note: Version bump only for package @loopback/example-hello-world

0.2.2 (2018-03-07)

Note: Version bump only for package @loopback/example-hello-world

0.2.1 (2018-03-06)

Bug Fixes

0.2.0 (2018-03-01)

Note: Version bump only for package @loopback/example-hello-world

0.1.2 (2018-03-01)

Note: Version bump only for package @loopback/example-hello-world

0.1.1 (2018-02-23)

Note: Version bump only for package @loopback/example-hello-world

0.1.0 (2018-02-21)

Note: Version bump only for package @loopback/example-hello-world

4.0.0-alpha.4 (2018-02-15)

Note: Version bump only for package @loopback/example-hello-world

4.0.0-alpha.3 (2018-02-07)

Bug Fixes

  • build: fix tslint config and slipped violations (22f8e05)

build

BREAKING CHANGES

  • Support for Node.js version lower than 8.0 has been dropped. Please upgrade to the latest Node.js 8.x LTS version.

Co-Authored-by: Taranveer Virk taranveer@virk.cc

4.0.0-alpha.2 (2018-02-04)

Note: Version bump only for package @loopback/example-hello-world

4.0.0-alpha.1 (2018-01-30)

Note: Version bump only for package @loopback/example-hello-world

@loopback/example-hello-world

A simple hello-world application using LoopBack 4!

Summary

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!".

Prerequisites

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.

Installation

  1. Install the new loopback CLI toolkit.
npm i -g @loopback/cli
  1. Download the "hello-world" application.
lb4 example hello-world
  1. Switch to the directory and install dependencies.
cd loopback4-example-hello-world && npm i

Use

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!.

Contributions

Tests

Run npm test from the root folder.

Contributors

See all contributors.

License

MIT