Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 763 Bytes

File metadata and controls

48 lines (28 loc) · 763 Bytes

NATVEL

(Nature Travel)

A simple responsive web page built using sass (.scss by the way) stylesheet (this scss files eventually gets compiled, compressed for production)

Lessons Learned

  • Using font-icons in the webpage
  • CSS architecture
  • (many more.. will update at convinience...)

Tech Stack

Client: HTML, scss

Run Locally

Clone the project

  git clone git@github.com:harsha-sagar/responsive-web-page-using-float-fluid-layout.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Deployment

  • The steps for building production code (stylesheet) can be glanced in package.json, detailed simpler & effective.