Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
readme updated 💅
Browse files Browse the repository at this point in the history
  • Loading branch information
mi-kas committed Jun 30, 2019
1 parent 973c808 commit 1d7288e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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`.
---

Expand Down

0 comments on commit 1d7288e

Please sign in to comment.