An open API service indexing awesome lists of open source software.

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

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