Working on building a financial dashboard for Clever Programmer using Stripe & React
In order to use the app, make sure to update your env file with either a TEST stripe key or LIVE stripe key. To do so...
- npx create-react-app
stripe_playtime
0.5. Then pull this repo intostripe_playtime
- Create an
.env
file. - Create variable called
REACT_APP_STRIPE_API_KEY=yourApiKeyGoesHere
- Open up command line and do
npm start
Here is the LIVE APP
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.