ff-stream-web

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

commit 6b652753efdcea762afc954a8eab57940448a363
parent 88edce3fccbad0cc4ca16d6e0dd06b026fe6c906
Author: Danila Sukharev <dan.sukharev@gmail.com>
Date:   Thu, 10 Mar 2016 11:55:29 +0200

Typo sever->server
Diffstat:
Mdocs/getting-started.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md @@ -37,7 +37,7 @@ This command will build the app from the source files (`/src`) into the output Node.js server (`node build/server.js`) and [Browsersync](https://browsersync.io/) with [HMR](https://webpack.github.io/docs/hot-module-replacement) on top of it. -> [http://localhost:3000/](http://localhost:3000/) — Node.js server (`build/sever.js`)<br> +> [http://localhost:3000/](http://localhost:3000/) — Node.js server (`build/server.js`)<br> > [http://localhost:3000/graphql](http://localhost:3000/graphql) — GraphQL server and IDE<br> > [http://localhost:3001/](http://localhost:3001/) — BrowserSync proxy with HMR, React Hot Transform<br> > [http://localhost:3002/](http://localhost:3002/) — BrowserSync control panel (UI)