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.
- Run the server
go run server.go
- Build the client app
npm install
- Run the client app
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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.
go run server.go
npm install
npm start