- Clone the repo
- In your terminal, run
npm install
- In your terminal, run
npm run dev-sass
- 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.
- In your terminal, run
npm run build
. The final version of your site will be in thedist
folder.
- Make sure you have Node.js installed, which will include npm.
- Watch the video where I put this together and explain how it works
- Check out Parcel's documentation