bloqhead / parcel-test

๐ŸŒฎ A boilerplate that uses Parcel. Based on their simple example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Parcel

Read about it here

Install Parcel

  • With Yarn: yarn global add parcel-bundler
  • With NPM: npm install -g parcel-bundler

Run it with Parcel's built-in server

parcel index.html

Run it without Parcel's server (if you already have one)

parcel watch index.html

Features

  • ๐Ÿ”ฅ Hot module reloading
  • ๐ŸŽ“ Less of a learning curve than Webpack
  • ๐ŸŒฎ Bundle a multitude of different assets

Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

๐ŸŒฎ A boilerplate that uses Parcel. Based on their simple example.


Languages

Language:HTML 75.2%Language:CSS 18.8%Language:JavaScript 6.0%