{{{description}}}
{{!
Quick test:
npx -y @genesislcap/genx@latest init myapp -x
Test local version (assuming blank-app-seed
exists in current folder):
npx -y @genesislcap/genx@latest init myapp -x -s ./blank-app-seed
Customise prompt answers:
npx -y @genesislcap/genx@latest init myapp
Enable SSO (use any API host which has SSO providers configured):
npx -y @genesislcap/genx@latest init myapp -x -s ./blank-app-seed --enableSSO --apiHost wss://prim-uat-internal.genesis.global/gwf/
}}
If you need an introduction to the Genesis platform and its modules it's worth heading here.
This project contains server and client directories which contain the server and client code respectively.
The server code for this project can be found here. It is built using a DSL-like definition based on the Kotlin language: GPAL.
When first opening the project, if you receive a notification from IntelliJ IDE detecting Gradle project select the option to 'Load as gradle project'.
The Web client for this project can be found here. It is built using Genesis's next generation web development framework, which is based on Web Components.
This is free and unencumbered software released into the public domain. For full terms, see LICENSE
NOTE This project uses licensed components listed in the next section, thus licenses for those components are required during development.
Genesis application platform