Skip to content

cortexjs-legacy/cortex-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cortex-dev-tools NPM version Build Status Dependency Status

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

About

A tools set for cortex under development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published