@@ -32,7 +32,7 @@ Make sure you are using Java 11 to build and run the project.
### Backend:
In `backend` directory
In `backend/` directory
Build: `mvn clean install`
Run `mvn spring-boot:run -pl secret-archive-app`
...
...
@@ -40,7 +40,8 @@ There is h2 console is available at http://localhost:8080/pa165/h2-console, User
### Frontend:
In `frontend/` directory
enter `npm start`. You may have to install it by your favorite package manager. The service will be available at [http://localhost:4200/](http://localhost:4200/).
Build with `npm install`. Will be needed for the first time (or in some cases of changes to used packages).
Run with `npm start`. You may have to install it by your favorite package manager. The service will be available at [http://localhost:4200/](http://localhost:4200/).