Skip to content

Latest commit

 

History

History

README.md

Accept a Payment

Build a simple checkout form to collect payment details. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Run the server
go run server.go
  1. Build the client app
npm install
  1. Run the client app
npm start
  1. Go to http://localhost:3000/checkout