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
-run: runs the server and live reloads the changes
35
-
-web_client/Compile/managedSources: generates schema.graphql and query/mutation objects for the client
36
-
-assembly: generates the uber jar
34
+
-_run_: runs the server and live reloads the changes
35
+
-_web_client/Compile/managedSources_: generates schema.graphql and query/mutation objects for the client (you shouldn't need to use this explicitly)
36
+
-_assembly_: generates the uber jar
37
37
38
38
## Usage
39
39
40
40
The default login for the user interface is:
41
41
- username: admin
42
42
- password: admin
43
43
44
+
It is created via evolutions, remove it from there if you want to change it. Also if you want to create another one manually there is an app called _ManualUserGenerator_ to do that.
45
+
44
46
## Problems
45
47
46
48
- WebpackDevServer is not used at the moment
47
49
- When a new dependency is added to the npmDependencies the bundle.js is not rebuilt.
48
50
- The build is slow because some files are not cached (static query generation and two rounds of js bundling) and the dist directory is deleted.
49
-
- Add test framework
51
+
- Add test framework for front-end
50
52
- Refetching the queries instead of changing the apollo cache.
0 commit comments