/airbnb-clone

Primary LanguageJavaScript

Airbnb Booking

Tech Stacks

  • Frontend : Reactjs v18.3, Vitejs v5.3
  • Backend : Nodejs, Expressjs
  • DB : MongoDB

Development Env Running step

  • For frontend If yarn is not have in machine, install yarn with npm install --global yarn
  • in client dir, RUN: yarn install
  • in client dir, RUN: yarn dev