Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 427 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 427 Bytes

devfolio-landing-page-starter

Kickstart landing page development

Features

  • SASS preprocessing
  • Image optimization
  • JS, CSS minification
  • Hot reloading with BrowserSync
  • Scrollspy for automatically updating links in nav
  • Smooth scrolling between sections

Installation

Install the dependencies:

yarn install

Run the development server:

yarn dev

Production build to /public:

yarn build