UNPKG

575 BMarkdownView Raw
1# Collar Dev Tool (Server)
2
3The development server for collar.js based application.
4
5## Install
6
7```text
8sudo npm install collar-dev-server -g
9```
10
11## Run
12
13```text
14collar-dev-server
15```
16Open collar dev tool on [http://localhost:7500](http://localhost:7500])
17
18## About version
19
20You need to use the right version of collar.js-dev-client to match the collar dev server version.
21
22Usually both of them use the same major version to keep the compatibility:
23
24- collar-dev-server v0.* matches collar.js-dev-client v0.*
25- collar-dev-server v1.* matches collar.js-dev-client v1.*
26
27