https://github.com/fraincs/parcel-starter
A simple Parcel Starter for Worksamples purposes
https://github.com/fraincs/parcel-starter
parcel
Last synced: 3 months ago
JSON representation
A simple Parcel Starter for Worksamples purposes
- Host: GitHub
- URL: https://github.com/fraincs/parcel-starter
- Owner: fraincs
- Created: 2018-10-04T12:18:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:27:56.000Z (over 3 years ago)
- Last Synced: 2025-10-03T14:59:56.178Z (8 months ago)
- Topics: parcel
- Language: HTML
- Homepage:
- Size: 12.3 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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