Merge pull request #768 from borgiman/feature/bank_project_docs_improvement

bank project solution, describe in more detail how to start it
pull/836/merge
Sara Gibbons 2 years ago committed by GitHub
commit 229d9144e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: 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. 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. 3. Open `http://localhost:3000` in a browser to run the app.

Loading…
Cancel
Save