juanmanueldaza / github-pages-hosting-with-parcel

This Repo is a Site Model that takes Parcel as a package bundler and use it to upload on GH-Pages a site, comprehensive of all the libraries installed by using npm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to... host a site using Github Pages and Parcel

Aye mate! If you are here, you want to deploy & publish a site using the free hosting offered by Github and Parcel, the latter as the bundler for all the packages/libraries you use in your site ๐Ÿ˜Š

Look no more, as here I've written a simple guide to use Parcel to bundle all those libraries and push the built pages on the gh-pages branch of your github repo. You can find the entire guide here: Click Me!

This repository is a model you can fork and download.

It contains a Hello World Site published on GitHub Pages, using the tutorial instructions. ๐Ÿ˜Š

About

This Repo is a Site Model that takes Parcel as a package bundler and use it to upload on GH-Pages a site, comprehensive of all the libraries installed by using npm.


Languages

Language:HTML 59.6%Language:JavaScript 40.4%