DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

React + webpack5 + styled components based landing page with adaptive layout

Hikes landing page

React + webpack5 + styled components based landing page with adaptive layout

React + webpack5 + styled components based landing page with adaptive layout. Optimised WEBP images are generated during the app prebuild stage.

App start

  • Development build:
npm run start

Enter fullscreen mode Exit fullscreen mode
  • Production build:
npm run build

Enter fullscreen mode Exit fullscreen mode

Layout template

Thanks guys from https://verstaem.online/projects/rumtibet/ for sharing this wonderful template:

https://www.figma.com/file/NrPZZU8u1sLytOicIHcIAx/%D0%A0%D1%83%D0%BC%D0%A2%D0%B8%D0%B1%D0%B5%D1%82?node-id=1%3A194&mode=dev

React + webpack5 + styled components based landing page with adaptive layout

GitHub

View Github

Top comments (0)