npm start is the recommended way

This commit is contained in:
Julien Fontanet 2014-12-19 12:41:16 +01:00
parent b2d3e2ba97
commit 920c5ffbb3

View File

@ -74,7 +74,7 @@ In this config file, you can also change default ports (80 and 443) for XO-Serve
You can try to start XO-Server to see if it works. You should have something like that:
```
$ ./bin/xo-server
$ npm start
WebServer listening on 0.0.0.0:80
[INFO] Default user: "admin@admin.net" with password "admin"
```