0.0.1 • Published 8 years ago
knightjs v0.0.1
knight
knight is a simple static server without configuration on the top of Node.js.
Install globally
Installation via npm:
npm install knightjs -gUsage:
knight [path] [options]path defaults to ./, your current target directory.
Available Options:
-p or --port port to use (defaults to 4000)
Development
Checkout this repository locally, then:
$ npm i [OR IF YOU USE YARN] yarn
$ node bin/knight- Now you can visit
http://localhost:4000to view your server. *
0.0.1
8 years ago