👋
Welcome to Nexter A fictional real estate agency landing page
Landing page created using SASS(scss synthax) and advanced Grid Layout.
Install
npm install
# This will install node-sass locally based on package.json
Usage (If you want to make modifications to SCSS files)
npm run compile:sass
# This will run a script from package.json which compiles scss files into css
npm run prefix:css
# This will add prefix for browser supports to a new file eg.(css/style.prefix.css)
npm run compress:css
# This will compress css/style.prefix.css into css/style.css
npm start
# This will watch for css changes and open and auto reload the page on change
# (live-server must be installed globally: sudo npm i -g live-server)
npm run build:css
# This will run all of 3 above scripts to run into a single one
# (if css files gets deleted, this will regenerate them based on sass folder's files)
Author
- Twitter: @saoud_david
- Github: @Slashflex
Result can be seen here
Show your support
Give a