Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 471 Bytes

natour project

Advanced CSS Course Project: Fictional Travel / Guided Tours website

Website built with Sassy CSS (scss)

  • uses Float Layouts
  • shows lots of tricks such as checkbox hack (click event)
  • responsive design
  • desktop-first (started w/ desktop first)

Install

Open terminal at project root and execute

$ npm install

Build

Open terminal at project root and execute

$ npm run build:css

Serve

Launch development server

$ npm start