E-Commerce Sample using React.js and Firebase .
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need NodeJs pre installed, firbase account.
- Clone the repo
git clone https://github.com/sameh-rm/react_sample.git
- install node packages cd into the project folder and run:
npm i
yarn install
- ENV_VARIABLES create a .env file in your root directory, that should contain your web app's Firebase configuration
API_KEY
API_URL
AUTH_DOMAIN
DATABASE_URL
PROJECT_ID
STORAGE_BUCKET
MESSAGING_SENDER
APP_ID
MEASUREMENT_I
- starting the project
npm start
yarn start
- @sameh-rm - Idea & Initial work
- Hat tip to anyone whose code was used
- Inspiration
- References