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 Payment with Stripe Checkout
Stripe Checkout is the fastest way to get started with payments. Included are some basic build and run scripts you can use to start up the application.
## Running the sample
1. Build the application
~~~
npm install
~~~
2. Run the application
~~~
npm start
~~~
3. Go to [http://localhost:3000/checkout](http://localhost:3000/checkout)# webstoreback