Skip to content

Commit

Permalink
Merge pull request #14 from techforwarren/mvp-jason-react
Browse files Browse the repository at this point in the history
React GH Pages Set Up
  • Loading branch information
jasonkalmeida authored Sep 15, 2019
2 parents 1b01ba7 + 96d5213 commit 1f35130
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 2 deletions.
158 changes: 158 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest --watchAll",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -35,5 +37,8 @@
"last 1 safari version"
]
},
"devDependencies": {}
"homepage": "https://techforwarren.github.io/eventmap/",
"devDependencies": {
"gh-pages": "^2.1.1"
}
}

0 comments on commit 1f35130

Please sign in to comment.