expo-gh-pages

1.2.0 • Public • Published

expo-gh-pages

Hosting An App from Expo on Github Pages.

Why?

We use Github Pages to serve Expo projects to our customers can see all the progress of they application development.

Configure

Complete your package JSON with

  • homepage
  • script to run expo-gh-pages
{
    ...
    "homepage": "",
    "scripts": {
        ...
        "deploy": "expo-gh-pages",
        ...
    },
    ...
}

Host Expo projects in Github Pages!

Website example

Package Sidebar

Install

npm i expo-gh-pages

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

255 kB

Total Files

15

Last publish

Collaborators

  • tiago-marques