README.md 336 Bytes
Newer Older
EnesKarakas's avatar
Done    
EnesKarakas committed
1
## How to start this application
EnesKarakas's avatar
EnesKarakas committed
2

EnesKarakas's avatar
Done    
EnesKarakas committed
3
4
5
6
7
8
9
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
   Type: npm install
6. Type: npm run start (dev) / npm run build (production)
EnesKarakas's avatar
EnesKarakas committed
10

EnesKarakas's avatar
Done    
EnesKarakas committed
11
## How to stop this application
EnesKarakas's avatar
EnesKarakas committed
12

EnesKarakas's avatar
Done    
EnesKarakas committed
13
14
15
1. Go to both Terminals
2. Press Ctrl + C
3. Type: j