Skip to content

lacourse/parcel-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Parcel Starter for Worksamples purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 70.0%
  • CSS 25.7%
  • JavaScript 4.3%