We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
npm start
It would be nice to create a command line interface using npm global packages.
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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: