The frontend for a serverless stripe application. Built with Next.js and React.
yarn
yarn dev
Enter your configuration variables in config.js
. Example:
const config = {
stripe: {
apiKey: 'pk_test_SG9qh1GK5AiTycr7x4t3L9p6',
apiUrl: 'https://i79u9jwadj.execute-api.us-east-1.amazonaws.com/dev/charges',
},
};
export default config;
You need:
- Your Stripe publishable key
- Your backend's HTTP API endpoint url
serverless-stripe-frontend © 2017+, Yos Riady. Released under the MIT License.
Authored and maintained by Yos Riady with help from contributors (list).