Responsive landing page built with HTML, SCSS, and Gulp. The project uses Stylelint for style consistency and includes a basic structure suitable for scalable front-end development.
- HTML5
- SCSS (Sass)
- Gulp
- Stylelint
- GitHub Pages (deployment)
# Clone the repository
git clone https://github.com/IvanRyabukha/CreativeBakery_landingpage.git
cd CreativeBakery_landingpage
# Install dependencies
npm install
# Run in development mode
npm start
# Build for production
npm run build
# Project Structure:
src/
├── fonts/
├── img/
├── scripts/
├── styles/
└── index.html