Landing page of fictitious company (Creative Agency) created by HTML5, CSS3 (Sass CSS preprocessor with SCSS syntax) and JavaScript (connection to Firebase database and scroll handling).
First install the dependencies (node_modules folder) using following command:
npm i node-sass
Use it only once in the project main directory. Then run Sass to CSS compiler using command:
npm run sass
Use it every time when you are changing main.scss file.