/parcel-starter

A simple Parcel Starter for Worksamples purposes

Primary LanguageHTML

Install

Via Yarn

yarn global add parcel-bundler

yarn init -y

parcel index.html

Via NPM

npm install -g parcel-bundler

npm init -y

parcel index.html

FAQ

Where do I add my SASS files?

In the /sass folder

How do I import more SASS files

Import them in index.js