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.
Clone the repository and run npm install
to install the dependencies.
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.