A tools set for development usage when using cortex.
Install
$ npm install cortex-dev-tools -g
Usage
debug server for neocortex-4j 0.2.2
Start debug server serve resource files via chrome extension. (You should run cortex install
and cortex build
before debug):
$ ctx-dserver -E alpha -p 5050
proxy
Start proxy in dev folder of your module (You should run cortex install
and cortex build
before debug):
$ ctx-proxy -b www.example.com -p 5050
Then configure proxy of your browser to localhost:5050
. Refresh the page, js/css files will be loaded from your local directory.
Licence
MIT