An e-commerce website made with React.js, Material-UI, Commerce.js, and The Stripe API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you how to get a development env running.
$ git clone https://github.com/aahmad4/Pastry-Pandas
Use the package manager npm or yarn to install the required packages.
$ npm install
or
$ yarn install
$ npm start
In the root directory create a file named .env
with the following enviornment variables. To obtain the proper credentials, register an account at Commercejs and Stripe, then fill them out in this file once obtained.
REACT_APP_CHEC_PUBLIC_KEY =
REACT_APP_STRIPE_PUBLIC_KEY =
- React.js - Front-end web library
- Material-UI - React UI framework
- Commerce.js - Flexible e-commerce API
- Stripe - Online payment system
- Netlify - Powerful serverless platform
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.