From c65ed048b6407760edefc77d08d03e17d3f351cf Mon Sep 17 00:00:00 2001 From: Patrick Borgogno <789401+borgiman@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:03:59 +0200 Subject: [PATCH] docs: describe in more exact words how to start the solution --- 7-bank-project/solution/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-bank-project/solution/README.md b/7-bank-project/solution/README.md index d6e280f3..565f33e6 100644 --- a/7-bank-project/solution/README.md +++ b/7-bank-project/solution/README.md @@ -9,5 +9,5 @@ First make sure you have the [API server](../api/README.md) running. Any web server can be used to run the app, but since you should have [Node.js](https://nodejs.org) installed anyway to run the API, you can: 1. Git clone this repo. -2. Open a terminal, then run `npx lite-server solution`. It will start a development web server on port `3000` +2. Open a terminal, navigate to this directory, then run `npx lite-server .`. It will start a development web server on port `3000` 3. Open `http://localhost:3000` in a browser to run the app.