Build a Connect integration which creates an account and onboards it to your platform.
Here are some basic scripts you can use to build and run the application.
- Build the server
mvn package
- Run the server
java -cp target/sample-jar-with-dependencies.jar com.stripe.sample.Server
- Build the client app
npm install
- Run the client app
npm start
- Go to http://localhost:4242