1.1.8 • Published 5 years ago

awesome-server v1.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

awesome-server

An http server based on gulp-connect. When html, js, css or image has changed, it will refresh the browser automatically.

install

npm install awesome-server -g

usage

Go to the directory which you want to serve, and then:

awesome-server

options

port

The default port is 3000, if you want to set a custom port, you can add --port parameter, just as follows:

awesome-server --port 8080

host

The default host is your IP adress, if you want to set a custom host, you can add --host parameter, just as follows:

awesome-server --host localhost

Todo

  • Ignore node_modules changes
  • show the server address
1.1.8

5 years ago

1.1.6

5 years ago

1.1.4

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago