diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,8 +21,10 @@ An online U-Fund system built in Java **21** and __Angular 19__ ## How to run it -1. Clone the repository and go to the root directory. +1. Clone the repository and CD into the unfund-api. 2. Execute `mvn compile exec:java` +3. CD into the ufund-ui directory in a new terminal +4. Execute `ng serve -o` 3. Open in your browser `http://localhost:8080/` 4. _add any other steps required or examples of how to use/run_ |