From 678fcdcb12700205e18c9bbad0160680b5a72401 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 22 Oct 2018 17:44:37 +0200 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb7f3e7..3a04543 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Launch the server with the following command (inside the project's folder) : $ node dist/main.js ``` +Also, a shorthand is `npm start`. + ##### 3. Test the API Simply use [Postman](https://www.getpostman.com/) or whatever API client at `127.0.0.1:8000`.