0.1.5 • Published 4 years ago

cute-dev-server v0.1.5

Weekly downloads
11
License
MIT
Repository
github
Last release
4 years ago

cute-dev-server

Static HTTP server with live reloading for developing simple web projects

Installation

npm i -D cute-dev-server

Usage

npx cute <directory> <port>

or create an npm script like so

"script-name": "cute <directory> <port>"

Defaults (if not specified)

  • directory: . (current directory)
  • port: 2000

Custom Script Callback

Execute a custom node script on file change

npx cute <directory> <port> <node_script>

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago