📚 fix link

This commit is contained in:
Mars Hall
2017-02-06 20:02:46 -08:00
committed by GitHub
parent 73efcbe75f
commit 2d4457b019

View File

@@ -13,7 +13,7 @@ A combo of two npm projects, the backend and the frontend. So there are two `pac
1. [`package.json`](package.json) for [Node server](server/) & [Heroku deploy](https://devcenter.heroku.com/categories/deployment)
* `postinstall` script builds the React UI webpack bundle
* `cacheDirectories` includes `react-ui/node_modules/` to optimize deploy to Heroku
2. [`react-ui/package.json`](package.json) for [React web UI](react-ui/)
2. [`react-ui/package.json`](react-ui/package.json) for [React web UI](react-ui/)
* generated by [create-react-app](https://github.com/facebookincubator/create-react-app)