@genesislcap/blank-app-seed
v3.38.2
Published
Genesis Blank App Seed
Downloads
1,035
Readme
{{appName}}
{{{description}}}
{{!
Testing
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/
}}
Getting started with development
Next steps
If you need an introduction to the Genesis platform and its modules it's worth heading here.
Project Structure
This project has been created from the Genesis Blank Application Seed. Our seeds allow users to quickly bootstrap their projects. Each seed adheres to strict Genesis best practices, and has passed numerous performance, compliance and accessibility checks.
This project contains server and client directories which contain the server and client code respectively.
Server
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'.
Web client
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.
License
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.
Licensed components
Genesis application platform