10 lines
245 B
Markdown
10 lines
245 B
Markdown
# Clyde project
|
|
|
|
## Dévelopement
|
|
|
|
```
|
|
$ ./gradlew backend:run frontend:run --parallel
|
|
```
|
|
|
|
permet de lancer le frontend sur [http://localhost:5173](http://localhost:5173) ansi que le frontend sur [http://localhost:8080](http://localhost:8080)
|