From 74b0e9bbb4ba35cd2aaa766b1574c76c4e0dbdbe Mon Sep 17 00:00:00 2001 From: Draeggon <48865937+Draeggon@users.noreply.github.com> Date: Sat, 17 Jul 2021 15:35:58 +0200 Subject: [PATCH] 229 updated readme.md (#239) * updated readme.md * fixed link to how t o start it --- README.md | 4 ++-- doc/frontend/frontend.md | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a12e20b0..0ae3e4c2 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ LPH. - 📂 Frontend documentation's directory is [here](doc/frontend) - [📝 Frontend Documentation](doc/frontend/frontend.md) - - [ℹī¸ How to start it ](doc/frontend/front.png#How-to-start-it-:) - - [ℹī¸ How to start it ](doc/frontend/frontend.md#vuejs-components-:) + - [ℹī¸ How to start it ](doc/frontend/frontend.md#How-to-start-it-) + - [ℹī¸ vuejs components ](doc/frontend/frontend.md#vuejs-components-) - [📸 component sketch](doc/frontend/front.png) - [📸 Frontend diagram](doc/front-uml-class-diagram.png) diff --git a/doc/frontend/frontend.md b/doc/frontend/frontend.md index 7b51c87d..951deeb8 100644 --- a/doc/frontend/frontend.md +++ b/doc/frontend/frontend.md @@ -2,14 +2,20 @@ - [📂 **front directory**](../../front/) - **How to start it :** +## How to start it : - > run http server in front directory + > go in front/src directory + + ```bash + cd front/src + ``` + + > launch python server ```bash python3 -m http.server ``` -> Open webbrowser at http://localhost:5000 + > Open webbrowser at http://localhost:8000