A small web app for checking up the weather in your city.
handlebars.js - template engine
SASS - CSS preprocessor
- Clone the repo
- Unzip dart-sass.7z in the cloned folder
- Open terminal in this folder
- Type
sass style.sass style.css - Open index.html
- Done!
style.sass is the css preprocessor's file, which was compiled into simple css, so you may edit either of them. If you want to edit the .sass file, simply unzip the dart-sass.7z into the project, then open the terminal in project folder and type:
sass preprocessfilename cssfilename