Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/followynne/github-pages-hosting-with-parcel
- Owner: followynne
- Created: 2019-07-30T13:41:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T09:21:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-13T10:13:53.179Z (almost 2 years ago)
- Topics: bootstrap, example-project, gh-pages, gh-pages-site, hello-world, html5, javascript, jquery, model, npm-package, npm-publish, parcel, parcel-bundler, parceljs
- Language: HTML
- Homepage:
- Size: 838 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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. 😊