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.
- Install the dependencies
~~ go mod download github.com/stripe/stripe-go/v81 go mod download github.com/gorilla/mux ~~
- Run the server
go run server.go
- Build the client app
npm install
- Run the client app
npm start
- Go to http://localhost:4242