Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 1.14 KB

README.md

File metadata and controls

76 lines (59 loc) · 1.14 KB

Food-G Order App 🍕

🍩 Technologies

  • Frontend

    • SCSS
    • Material UI
    • Axios
    • React-router-dom
    • Redux-toolkit
    • Styled-component
    • Swiper
    • Gsap
    • Yup
    • React-hook-form
    • React-lazy-load-image-component
    • React-paginate
    • React-image-magnifiers
    • React-toastify
    • React-timeago
    • React-content-loader
    • React-select
  • Backend

    • Firebase (Authentication, Firestore)

🏨 Folder structure

src
|__apis
|__app
|__assets
|__components
|__configs
|__constants
|__contexts
|__features
|__hooks
|__routes
|__utils

⚙ Install

  1. Clone Project
  git clone https://github.com/igdev116/food-G-app.git
  1. Install Packages
  npm install (or yarn install)
  1. Run Project
    Note: Because this project is using mkcert to make locally-trusted development certificates so you have to change the script in package.json file
  // from 👀
  "start": "set HTTPS=true&&set..."
  // to 👏
  "start": "react-scripts start"
  1. Using
  npm start (or yarn start)