- Showcasing building a landing page using CSS, SASS (SCSS), BEM Methodology and 7-1 Pattern.
- Learned from Jonas Schmedtmann - Advanced CSS and SASS
https://natours.herokuapp.com/
- Clone repo
npm install
- Open terminal and run
npm run compile:sass
to track any changes you do in sass and compile it to css - Open anoter terminal and run
live-server
to run a dev server and enable hot reloading