You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For development with [Hot Module Replacement](https://vitejs.dev/guide/features.html#hot-module-replacement) of the application run: (in separate terminals)
152
152
```shell
153
-
myapp/ $ npm run serve
153
+
npm run serve
154
154
```
155
155
```shell
156
-
myapp/ $ ./gradlew bootRun
156
+
./gradlew bootRun
157
157
```
158
158
For production or test, first build production version of JavaScript app:
0 commit comments