/react_sample

Primary LanguageJavaScript

Project logo

React E-Commerce Sample

License


E-Commerce Sample using React.js and Firebase .

📝 Table of Contents

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need NodeJs pre installed, firbase account.

  • Clone the repo
git clone https://github.com/sameh-rm/react_sample.git

Installing

  • 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

⛏️ Built Using

✍️ Authors

🎉 Acknowledgements

  • Hat tip to anyone whose code was used
  • Inspiration
  • References