8000 GitHub - stephane777/booking.com: Booking.com clone with Bootstrap
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stephane777/booking.com

Repository files navigation

Booking.com clone

Description :

The purpose of this project was meant to be a quick overview of the new release of Bootstrap 5.3 and refresh my sass skills as styled components was mainly used professionally.

This project only use Bootstrap classes & components directly added in ./src/main.html thus all path in image src tag won't work due to webpack template loader, more information here HTML template using <img src='path' /> won't work

The solution chosen was to require the assets along with the template loader. webpack 5 owner comment

Overview :

Booking.com clone screenshot

Tools :

  • Bootstrap 5.3
  • sass
  • webpack

Available script :

Before running any script run the following command :

git clone https://github.com/stephane777/booking.com.git
cd booking.com
npm install

For development mode run :

npm run dev

For production mode run :

npm run build

Issues :

issues

About

Booking.com clone with Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0