Skip to content

abdulsamadayoade/parcel-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel JS starter

A small project starter kit.

  • NPM scripts
  • Module bundling with Parcel
  • Image optimisation (via Parcel’s imagemin plugin)
  • SVG icon sprite creation (via Parcel’s svg-sprite)
  • Node Sass

Install:

npm install

or

yarn install

To run:

npm start

or

yarn start

Opens in the browser on http://localhost:3000.

To build:

npm run build

or

yarn run build

ℹ️ Image minification only runs on build.

About

A front end project starter using Parcel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 50.8%
  • HTML 35.9%
  • JavaScript 13.3%