Skip to content

anshtiwari314/react_stripe_playtime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working on building a financial dashboard for Clever Programmer using Stripe & React

CP 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...

  1. npx create-react-app stripe_playtime 0.5. Then pull this repo into stripe_playtime
  2. Create an .env file.
  3. Create variable called REACT_APP_STRIPE_API_KEY=yourApiKeyGoesHere
  4. Open up command line and do npm start

Here is the LIVE APP

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • HTML 6.1%
  • CSS 3.3%