1.1.3 • Published 3 years ago

@jeremygiberson/cra-template-github-pages v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cra-template-github-pages

This is a GitHub pages template for Create React App.

To use this template, add --template @jeremygiberson/github-pages when creating a new app.

This template extends the typescript cra template and adds a bunch of magic to make running a static react site on github pages a breeze.

For example:

npx create-react-app my-app --template @jeremygiberson/github-pages

# or

yarn create react-app my-app --template @jeremygiberson/github-pages

For more information, please refer to:

TODO

x setup initial template structure get template published so it can be used in the wild add .github CI files to perform build & publish steps add scripts to facilitate adding posts, pages, data, drafts and layouts add frontmatter support add documentation feature parity with jekyllrb static site generator