/Nexter

Landing page created using SASS(scss synthax) and advanced Grid Layout.

Primary LanguageHTML

Welcome to Nexter 👋

A fictional real estate agency landing page

GitHub package.json version Netlify GitHub repo size

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

👤 Slashflex (David)

Result can be seen here

Fake real estate agency

Show your support

Give a ⭐️ if you liked this project !