Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).