Skip to content

Commit bee3c93

Browse files
authored
Update README.md
1 parent 118af8e commit bee3c93

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@ server-side-react-spring-boot [![build](https://travis-ci.org/daggerok/server-si
44
build
55

66
```fish
7-
gradle ui build
7+
bash gradlew
88
bash build/libs/*.jar
99
```
1010

1111
backend development
1212

1313
```fish
14-
gradle bootRun
14+
./gradlew bootRun
1515
```
1616

1717
ui development
1818

1919
```fish
20+
./gradlew yarn_-i
21+
./gradlew yarn_build
22+
# but...
2023
cd ui/
21-
npm start
22-
npm run build
23-
npm run serve
24+
yarn start
2425
```

0 commit comments

Comments
 (0)