From 6fc8b20bdd1f10309016cc96c1ad2859ade4409a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E7=94=B0=20=E9=9B=85=E5=8D=9A?= Date: Wed, 5 Oct 2016 14:58:38 +0900 Subject: [PATCH 1/2] add app.json --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..8e1d4e5 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "create-react-app sample", + "description": "A React.js application using create-react-app with express backend", + "repository": "https://github.com/adwd/create-react-app-sample", + "logo": "https://node-js-sample.herokuapp.com/node.png", + "keywords": ["node", "express", "react", "create-react-app"] +} \ No newline at end of file From fed81d0e6637865fab30e526778b6194a9a41042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E7=94=B0=20=E9=9B=85=E5=8D=9A?= Date: Wed, 5 Oct 2016 15:05:02 +0900 Subject: [PATCH 2/2] add heroku button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15eb059..0164eef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # create-react-app-sample +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) + [create-react-app](https://github.com/facebookincubator/create-react-app)をベースにした、herokuにデプロイできるReactアプリのサンプルです。
create-react-appが生成するReactアプリにバックエンドのREST APIとの通信を追加しています。