acyort-server
LiveReload Server for AcyOrt
Install
$ npm i acyort-server -S
Usage
add acyort-server
to config.yml
# plugins, npm modulesplugins: - acyort-server
use
# default port 2222 $ acyort server # custom port $ acyort server -p 2222
it will listen templates
files change, and reload page or css
get server status
// on AcyOrt workflowmodule { acyortworkflow}
Test
# install AcyOrt $ npm i acyort -g # install packages $ npm i # start $ npm start