Simple e-commerce Web Shop built with React.js, Commerce.js and Stripe
- Register or Login into Commerce.js
- Add some products, configure shipping (Settings) for your shop
- Get you public API key of Developers section (Sandbox Public Key) and replace the value of
REACT_APP_CHEC_PUBLIC_KEY
inside.env
file
- Register or Login into Stripe
- Verify your e-mail address
- Get you public API key of Developers section (Publishable key) and replace the value of
REACT_APP_STRIPE_PUBLIC_KEY
inside.env
file
- Settings / Payment gateways (Commerce.js Dashboard) enable Stripe
- Save your Stripe's API keys (Publishable key, Secret key)
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.