@steroidsjs/gii-fs
v0.0.14
Published
FS Developer Server
Downloads
22
Keywords
Readme
Install
1. Install package
npm i -g @steroidsjs/gii-fs
2. Create config
Create config.json. Sample:
{
"port": 7800,
"projects": [
"/Users/user/Projects/backend-nest"
]
}
Start
Production mode
gii-fs /path/to/config.json
It is not necessary to specify the path to the config. Then will be used the default path ~/gii-fs.json