tommydunn / parcel-starter

A front end project starter using Parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:SCSS 50.8%Language:HTML 35.9%Language:JavaScript 13.3%