Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steel1990/easyserver
This is a command line tool for start a static server very easy.
https://github.com/steel1990/easyserver
Last synced: about 2 months ago
JSON representation
This is a command line tool for start a static server very easy.
- Host: GitHub
- URL: https://github.com/steel1990/easyserver
- Owner: steel1990
- Created: 2012-08-17T10:36:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T10:17:08.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T02:37:43.040Z (almost 2 years ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
easyServer
===easyServer is a command line tool that can create a server easily.
## How To Use
Just text `easyServer` and press enter in your command line, then the server is created.You can check it in the browser with `http://localhost:8099/`.
If you want to use another port like 8888,you can use `easyServer 8888` command,then the server's port is 8888.
## How To Install ipaddr
Just text `npm install -g easyServer` and press enter in your command line, then wait for a moment, and it's done.
## Where's The Code
The code of ipaddr is at [github](https://github.com/steel1990/easyServer).