From 42d9231ef6656d697ebd3ab2d0b22169a59b4b24 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Fri, 23 Feb 2024 12:30:12 +0100 Subject: [PATCH] Adding dev instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bab8596 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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)