Skip to content

Commit

Permalink
229 updated readme.md (mdl29#239)
Browse files Browse the repository at this point in the history
* updated readme.md

* fixed link to how t o start it
  • Loading branch information
Draeggon authored Jul 17, 2021
1 parent a0a84be commit 74b0e9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
12 changes: 9 additions & 3 deletions doc/frontend/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 74b0e9b

Please sign in to comment.