Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 735 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 735 Bytes

Eleventy SCSS Starter

🔗 Demo

Kick off your "desing to HTML/SCSS" project with this simple boilerplate.

  • Split HTML into separate files.
  • Reuse snippets in your HTML.
  • Compile and watch your SCSS.
  • Use autoprefixer.
  • Use for loops, if/else statements, and other 11ty features.

🚀 Quick Start

  1. Install npm packages
npm install
  1. Start developing
npm run start

Your site is now running at http://localhost:8080.

⭐ How Can I Support the Project?

  • Star this repo.
  • Create pull requests, submit bugs, or suggest new features.

Created with ❤️ and ☕ by Anastasiya Tyshkavets.