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
When developing, it's convenient to just execute the applications main-method, which is in [Application](aa-server/src/main/java/aa/Application.java). Don't forget
43
43
to set the active profile to dev.
44
44
45
-
### [The aa-gui](#aa-gui)
46
-
47
-
The client is build with react.js and to get initially started:
48
-
49
-
`cd aa-gui`
50
-
51
-
To run locally:
52
-
53
-
`npm run local`
54
-
55
-
Browse to the [application homepage](http://localhost:8001/).
0 commit comments