terver
v0.0.5
Published
Terver is a command line tool that can create a server easily.
Downloads
2
Readme
Terver is a command line tool that can create a server easily.
How to use?
Open your commond line in your project dirname, and Just text terver
and press enter , then the server is created.You can check it in the browser with http://localhost:8080/.
If you want to use another port like 3000,you can use terver 3000
command,then the server's port is 3000.
How to install?
Just text npm install -g terver and press enter in your command line, then wait for a moment, and it's done.