mariiinda / parcel-quickstart

A quick start repo for prototyping a modern HTML, CSS and JS site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parcel-quickstart 🌟

A quick start repo (using parcel) for prototyping a modern HTML, CSS and JS site

Comes with the following already ready and set to go:

  • eslint
  • autoprefixer
  • browerslist
  • keeps id's in inline SVGs
  • tasks

See parcel for more documentation!

Install

npm i

Development mode

clears cache before running

npm start

Production Build

npm run build

About

A quick start repo for prototyping a modern HTML, CSS and JS site


Languages

Language:CSS 51.6%Language:HTML 44.6%Language:JavaScript 3.7%