Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CLI will clone existing boilerplate with multiple branches (examples). By default, CLI is using @eo-sdk/client@current version (latest). For @eo-sdk/client@stable version, use the tag --@stable.

Warning: If you create a client for yuuvis RAD 9.10 or later as described in the first line of the following box the generated client throws errors when starting locally using the proxy-tool. The workaround is to clone the client boilerplate project on your local workstation and use it here for the build. We will fix this issue in the next time.

Code Block
languagepowershell
eo new PROJECT_NAME --@current             // for version yuuvis RAD 9.6 or earlier use --#angular11 instead of --@current
# eo new PROJECT_NAME --@stable
cd PROJECT-NAME
# to run application 
npm start

...