Commit 439037f6 authored by Smejky338's avatar Smejky338
Browse files

docs: Add frontend install info into README

parent 16f1d704
Pipeline #141995 waiting for manual action with stage
......@@ -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/).
## Mockups
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment