This section provides tips on starting up and interacting with the and components while you are developing on : When developing, you may find it more useful to start up your instance with embedded from your IDE. You can do this as follows:Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
- Build all the modules of the project
- Use maven to build the project. You can use the
command
mvn clean installon the parent pom.
- Use maven to build the project. You can use the
command
- Start the server by
running
com.activeviam.frtb.starter.server.FRTBTestApplicationwhich can be found in the frtb-starter module. - You can access the compiled version of the UI at http://localhost:8080/frtb-starter
npm start.
When your node instance is running, you can access on the
URL http://localhost:3000.