Easily create configurations for the Frank!Framework with the Flow Studio and Editor!
Building the project requires Java, Maven, NodeJS, PNPM and Docker installed on your system.
To build the project from source, run this command:
mvn clean install
To run the application in development mode, you can use the following commands:
- Start the backend server:
mvn spring-boot:run
- Start the frontend server:
cd src/main/frontend pnpm install pnpm start