ff-stream-web

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

commit 32e1b7f5cadd3156c6dc8fbd0bc901380fd89fd9
parent a8295d31911ba074061d1cb8364903669d263812
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Wed, 17 Sep 2014 08:59:52 +0400

Update README.md file

Diffstat:
MREADME.md | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -41,7 +41,7 @@ │ ├── /pages/ # Web pages. E.g. Profile.jsx (or .html, .jade etc.) │ ├── /services/ # Services and business logic │ ├── /styles/ # LESS style sheets (or SASS/SCSS, Stylus etc.) -│ └── /app.jsx # Entry point / bootstrap script +│ └── /app.jsx # Entry point of your web application ├── /test/ # Unit, integration and load tests │ ├── /e2e/ # End-to-end tests │ └── /unit/ # Unit tests @@ -54,7 +54,7 @@ Just clone or [fork](https://github.com/kriasoft/React-Seed/fork) the repo and start hacking: ```shell -$ git clone -o upstream https://github.com/kriasoft/React-Seed MyApp +$ git clone -o upstream https://github.com/kriasoft/React-Seed.git MyApp $ cd MyApp $ npm install -g gulp # Install Gulp task runner globally $ npm install # Install Node.js components listed in ./package.json @@ -69,7 +69,6 @@ $ gulp build # or, `gulp build --release` By default, it builds in debug mode. If you need to build in release mode, add `--release` flag. - ### How to Run ```shell