Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 310 Bytes

Readme.md

File metadata and controls

10 lines (6 loc) · 310 Bytes

Node Sass Starter

Basic starter project for working with Node Sass.

Normalize is included as both a starting point and an example of how including files works.

Commands

  • npm run compile – Compile SCSS code into CSS code
  • npm run start – Start a live-reloading development server on port 5000