You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Accept a Card Payment
Build a simple checkout form to collect card details. Included are some basic build and run scripts you can use to start up the application.
## Running the sample
1. Build the server
```
npm install
```
2. Run the server
```
npm start
```
3. Go to [http://localhost:4242/checkout.html](http://localhost:4242/checkout.html)
# second