Compare commits
2 Commits
no-react-d
...
greenkeepe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
104aad7f73 | ||
|
|
141e4bd4e2 |
2
README.md
Executable file → Normal file
2
README.md
Executable file → Normal file
@@ -1,5 +1,7 @@
|
|||||||
# create-react-app with a Node server on Heroku
|
# create-react-app with a Node server on Heroku
|
||||||
|
|
||||||
|
[](https://greenkeeper.io/)
|
||||||
|
|
||||||
A minimal example of using a Node backend (server for API, proxy, & routing) with a [React frontend](https://github.com/facebookincubator/create-react-app).
|
A minimal example of using a Node backend (server for API, proxy, & routing) with a [React frontend](https://github.com/facebookincubator/create-react-app).
|
||||||
|
|
||||||
To deploy a frontend-only React app, use the static-site optimized
|
To deploy a frontend-only React app, use the static-site optimized
|
||||||
|
|||||||
10
greenkeeper.json
Normal file
10
greenkeeper.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"groups": {
|
||||||
|
"default": {
|
||||||
|
"packages": [
|
||||||
|
"package.json",
|
||||||
|
"react-ui/package.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user