/parcel-quickstart

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

Primary LanguageCSS

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