Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 702 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 702 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

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