ff-stream-web

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

commit 41f896639ab95658a1cdc02bcc1de7c6fee2aa19
parent 915606cadf46347ee4ff3ae8d2d3ed4985070f3d
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed, 18 Nov 2015 20:07:58 +0300

Merge branch 'document-runjs-in-readme' of https://github.com/adamsxm/react-starter-kit into adamsxm-document-runjs-in-readme

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