Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 574 Bytes

Huddle landing page

Responsive landing page using CSS flexbox, SCSS and Gulp as a build tool.

This project is a junior level Frontend Mentor challenge I implemented to practice and improve my frontend skills.

Live Page

Project Setup

Clone the repository and run npm install to install the dependencies.

Available Scripts

npm start - serves the project on localhost:3000.

npm run build - builds the project for production.

npm run lint:scss - lints SCSS code with Stylelint.