Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 746 Bytes

Sass starter using Parcel

How to use this repo

  1. Clone the repo
  2. In your terminal, run npm install
  3. In your terminal, run npm run dev-sass
  4. In your terminal, run npm run dev

You are good to go! It will watch all your files for changes automatically and live update your browser.

When you are ready to go to production

  1. In your terminal, run npm run build. The final version of your site will be in the dist folder.

If you run into problems