From 174604b7923b2c08b63d94162e395303bea1cbad Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Tue, 31 Jan 2017 10:43:23 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20clarify=20front-end=20only=20alt?= =?UTF-8?q?ernative?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a275805..013a57c 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Example app combining a React UI (from [create-react-app](https://github.com/facebookincubator/create-react-app)) with a custom Node/Express server. -To simply deploy a React app, try [create-react-app-buildpack](https://github.com/mars/create-react-app-buildpack). +To deploy only a front-end/UI React app use +▶️ [create-react-app-buildpack](https://github.com/mars/create-react-app-buildpack) ## Design Points