This repo contains the code following the CodeBoost video about how to structure a landing page. Link below👇
As usually, on this repo you can found some changes when compare with the course project.
- Use Next.js and Tailwind CSS;
- Use SVG Sprite for the icons;
- Convert static assets from
.png
/.jpg
to.webp
; - Create mobile version;
- Add ESLint config.;
- Add Prettier config.;
- Add commitlint;
- Add Husky and LintStaged to add commit hooks.