- 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.