Skip to content
forked from havber/serve-it

Simple server to fire up web content for testing.

Notifications You must be signed in to change notification settings

madebycm/serve-it

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

and then run ```$ npm run serve```

About

Simple server to fire up web content for testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%