Pepi Stojanovski on Unsplash

Build and deploy a Vue/React/Vanilla JS app with Parcel and GitHub pages

Hugo Di Francesco
codeburst
Published in
3 min readSep 4, 2018

--

Parcel allows us to bundle frontend applications with no configuration and GitHub pages affords us a way to deploy them for free.

Here’s how to use these two tools together to deploy a JavaScript application.

Full example of a repo deployed like this: https://github.com/HugoDF/js-graphql-client-example, and see…

--

--