11ty SASS LIVE DEMO
A simple starter template for blogs made with 11ty and SASS. Night mode ready 🌕
- Create your own new repo from this template, or clone this one
- Install dependencies:
npm i
ornpm install
- Start development:
npm run start
- Visit http://localhost:8080 to see your work-in-progress
- Do your things with Eleventy and SASS and see your changes instantly!
- When you’re projet is ready:
npm run build
- Host your project on Netlify
That’s all!