Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 632 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 632 Bytes

Burger Builder App - The project was done during the React course on Udemy

Run the project

  1. Git clone: https://github.com/pdung1989/Burger_Online_Shop.git to your local machine.
  2. Install npm:
  • npm install
  • npm install --save axios
  • npm install --save prop-types
  1. Start the poject on local host: npm start

Communicate with server

Firebase is used as a representative for backend. Database is stored in the firebase cloud service. This project uses realtime database. To create firebase project, go to : https://console.firebase.google.com/