Skip to content

TomKiWorld/RoyaltyShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoyaltyShop

Preview

https://tomkiworld.github.io/RoyaltyShop/

Usage

A demo react App webshop. Using an Express server for the backend; Firebase to manage users; and Stripe for payment processing.

Available Scripts

After cloning the project, run npm install, make sure you are using node -v 13. run npm start to launch the site locally.

Make sure to copy the .env-example file and provide the correct information including:

REACT_APP_FIREBASE_API=Your_Firebase_API_Key REACT_APP_STRIPE_API=Your_Stripe_API_Key REACT_APP_SERVER=Server_For_Payments