commit 8be3235d47316a051ae64e94a52f2a9112c4dadb
parent 915606cadf46347ee4ff3ae8d2d3ed4985070f3d
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Wed, 18 Nov 2015 20:10:04 +0300
Merge PR#304: Document tools/run.js in readme
Diffstat:
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 # Helper function for running build automation tasks
│ ├── /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