star-node
v1.0.2
Published
a static html server to ease the development of web clients.
Downloads
6
Readme
star-node
For developing a web client or website, web developers often need a http server. star-node requires less effort to install, start , deploy and stop.
How to install
- If nodejs is not present on your system, then download and install node from http://nodejs.org/
- Open a terminal or command prompt and give 'npm install -g star-node'.
How to start star-node
- Open a terminal or command prompt and navigate to the folder from which files have to be served.
- Then, type command 'star-node {port}'. (if port number is given, then server will run on the specified port. or by default on 80).
- Open any browser and type the following url 'localhost:{port}'.
Licensed under The MIT License (MIT)