Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit 23e12bf

Browse files
committed
2 parents 5a4aa29 + 1750345 commit 23e12bf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ Follow the onscreen instructions to create your app.
9292

9393
## Deployment
9494

95+
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/RyanCCollins/scalable-react-boilerplate">
96+
<img src="https://www.netlify.com/img/deploy/button.svg" title="Deploy to Netlify">
97+
</a>
98+
9599
<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>
96100

97101
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.

netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
command = "npm run build"
3+
publish = "server/public"

0 commit comments

Comments
 (0)