-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Problem
Currently to start the server the user calls
npm start
To get things going which looks inside of the config file for looking at which client to use.
Request
It would be nice to create a command line interface using npm global packages.
Example
juke client "C:\dev\projects\Juke\Client\dist" port 80
This would start the server using the that directory as the client and host it on port 80 of the computer.
Alternative Request
The same thing except not a global npm package, but juke some file we can call that pass in the same parameters to make development easier.
Metadata
Metadata
Assignees
Labels
No labels