Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Karakas
SWP_SS24_Wetterdaten_sammeln
Commits
6c3a6aad
Commit
6c3a6aad
authored
10 months ago
by
Karakas
Browse files
Options
Download
Email Patches
Plain Diff
Update README.md
parent
8d1839d8
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-9
README.md
with
9 additions
and
9 deletions
+9
-9
README.md
+
9
-
9
View file @
6c3a6aad
...
...
@@ -24,17 +24,17 @@
4.
Confirm with
```npm -v```
. The result should look similar to
```10.7.0```
## How to start this application
1
.
Open up a terminal
2
.
Type: ./mvnw spring-boot:run
3
.
Open up another terminal
4
.
Type: cd frontend
5
.
If running for the first time
1.
Open up project in VSCode
2
.
Open up a terminal
3
.
Type:
```
./mvnw spring-boot:run
```
4
.
Open up another terminal
5
.
Type:
```
cd frontend
```
6
.
If running for the first time
Type: npm install
6
.
Type: npm run start
(
dev) / npm run build
(
production)
7
.
Type:
```
npm run start
```
(for
dev) /
```
npm run build
```
(for
production)
## How to stop this application
1.
Go to both Terminals
2.
Press Ctrl + C
3.
Type:
j
2.
Press
```
Ctrl + C
```
3.
Type:
```j```
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets