ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 858640a74d56dce6dd37bbff3f93c18809bc20de
parent 297dc248cc80938cd9f8bcb4b44a6fcb8f1568ab
Author: Adam W <adam@grandsyntax.com>
Date:   Sun,  1 Nov 2015 22:16:40 -0800

Document tools/run.js in readme

Readme is missing documentation for `tools/run.js`.
Add a brief description of what the file accomplishes.

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -57,6 +57,7 @@ Join [#react-starter-kit](https://gitter.im/kriasoft/react-starter-kit) chatroom │ ├── /webpack.config.js # Configurations for client-side and server-side bundles │ ├── /copy.js # Copies static files to output (build) folder │ ├── /deploy.js # Deploys your web application +│ ├── /run.js # Runs a specified task (start, serve, deploy, build, bundle, copy, clean) │ ├── /serve.js # Launches the Node.js/Express web server │ └── /start.js # Launches the development web server with "live reload" │── package.json # The list of 3rd party libraries and utilities