0.0.9 • Published 7 years ago

serve-it v0.0.9

Weekly downloads
39
License
-
Repository
github
Last release
7 years ago

serve-it

Simple server to fire up static web content for testing.

$ npm install --save-dev serve-it

Usage

$ node /path/to/serve-it/server.js

You will be prompted for path to the folder you want to serve and for the port number

npm scripts

You can put the following into your projects package.json

"scripts": {
  "serve": "node node_modules/serve-it/server.js"
}

and then run $ npm run serve

0.0.9

7 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago