Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/followynne/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.
https://github.com/followynne/github-pages-hosting-with-parcel

bootstrap example-project gh-pages gh-pages-site hello-world html5 javascript jquery model npm-package npm-publish parcel parcel-bundler parceljs

Last synced: 23 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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!](https://www.matteogregoricchio.com/articles/github-pages-hosting-with-parcel.html)

This repository is a model you can fork and download.

It contains a Hello World Site published on GitHub Pages, using the tutorial instructions. 😊