Skip to content

fisx-suite/fisx-command-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fisx-command-server

Dependency Status devDependency Status NPM Version

Start a local webserver to develop and test.

How to use

Start server and debug on soruce

fisx server start

Start server and debug on release

fisx release 
# fisx release -wL # support live reload
fisx server start --release

Server configure

The server uses edp-webserver. The default configure file is server-conf.js. The configure informion, please refer to edp-webserver.

Mock configure

The mock uses autoresponse. The mock configure is integrated into server-conf.js, if you need to change mock config frequently, you can use the autoresponse-config.js configure file. More information, please refer to autoresponse.