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

Commit 1d7288e

Browse files
committed
readme updated 💅
1 parent 973c808 commit 1d7288e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JavaScript Full-stack Starter Kit 🚀
1+
# JavaScript Full-Stack Starter Kit 🚀
22

33
An opinionated & minimalist JavaScript full-stack starter kit. Based on popular frameworks such as Node.js, React, MongoDB, Swagger, Babel and Docker.
44

@@ -17,13 +17,14 @@ An opinionated & minimalist JavaScript full-stack starter kit. Based on popular
1717

1818
### Run
1919

20-
Clone this repository and run:
20+
Clone this repository and run the following command for a local dev environment:
2121

2222
```
2323
make up
2424
```
2525

2626
> 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.
27+
> You can specify also only a single service via `make up frontend`.
2728
2829
---
2930

0 commit comments

Comments
 (0)