Skip to content

Commit

Permalink
add deploy to netlify button
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Dec 27, 2016
1 parent 6f68734 commit 9e4dc16
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Follow the onscreen instructions to create your app.

## Deployment

<a href="https://app.netlify.com/start/deploy?repository=https://github.com/RyanCCollins/scalable-react-boilerplate">
<img src="https://www.netlify.com/img/deploy/button.svg" title="Deploy to Netlify">
</a>

<a href="https://myrskyt.com/container/deploy/https://github.com/RyanCCollins/scalable-react-boilerplate"><img src="https://myrskyt.com/static/img/button.jpg" height="40" width="155"></a>

A demo ExpressJS setup is included with the app. The express server will serve up the production minified bundle.js, index.html and any other assets that are located in the `/server/public` folder.
Expand Down
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build]
command = "npm run build"
publish = "server/public"

0 comments on commit 9e4dc16

Please sign in to comment.