From 1d7288e9a90df6ebe5daa35e07c8e64767752a1c Mon Sep 17 00:00:00 2001 From: mi-kas Date: Sun, 30 Jun 2019 18:17:35 +0200 Subject: [PATCH] =?UTF-8?q?readme=20updated=20=F0=9F=92=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a82d94f..ea0cf42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JavaScript Full-stack Starter Kit 🚀 +# JavaScript Full-Stack Starter Kit 🚀 An opinionated & minimalist JavaScript full-stack starter kit. Based on popular frameworks such as Node.js, React, MongoDB, Swagger, Babel and Docker. @@ -17,13 +17,14 @@ An opinionated & minimalist JavaScript full-stack starter kit. Based on popular ### Run -Clone this repository and run: +Clone this repository and run the following command for a local dev environment: ``` make up ``` > This will spin up a database instance running on `localhost:27017`, a backend instance running on `localhost:1337` and a frontend instance running on `localhost:3000`. See `docker-compose.yml` for the detailed setup. +> You can specify also only a single service via `make up frontend`. ---