Visit the site to see the website LIVE = " https://sayancr777-airbnb-clone.netlify.app/ "
This project is made using ReactJS, HTML and CSS
-
Install all the Node Modules and dependencies
npm install
Dependencies used here are -->
{ "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "date-fns": "^2.28.0", "nodemon": "^2.0.19", "react-date-range": "^1.4.0", "react-router-dom": "^6.3.0", }
-
Start the development server
npm start
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run serve