Skip to content

ostelco/ostelco-react-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

  1. Install development dependencies
npm install -g create-react-app
  1. Install website dependencies (node modules)
yarn

3 Start the development server

yarn start

Deploy to firebase hosting

https://redotters-experimental.firebaseapp.com

yarn build
firebase deploy --only=hosting

Environment

env variables can be found in .env Here you can change:

  • stripe publishable key
  • api url
  • auth0 callback url

Features

  • login with google through auth0
  • create / update user profiles
  • add credit card and set it as default
  • see the credit card that was added last

What's not possible (yet)

  • list all credit cards
  • remove credit card
  • see current balance
  • list products
  • purchase product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages