Skip to content

ale917k/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce

Ecommerce is a simple React template to build ecommerce on top of it.

Open Live Project

What It Uses:

  • Flexbox & Grids
  • React
  • Redux
  • Redux Thunk
  • Redux Saga
  • PWA
  • Node.js / Express.js
  • Firebase
  • Stripe

Installation

Make sure to have git and node installed, then run:

git clone https://github.com/ale917k/ecommerce
cd ./ecommerce
npm install

Add an .env file which looks as follow:

# Server
STRIPE_API_KEY=<stripe-api-key> # You can grab Stripe API key here: (https://stripe.com/gb)

In order to handle your users and db, you will require an account with Firebase; You can then grab your project config and replace it on ./client/src/firebase/firebase.utils.js

You can then run npm run dev which will boot up client and server concurrently.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published