UNPKG

create-serve

Version:

🍛 Ultralight http server with live reload. [CLI + API]

7 lines (4 loc) 118 B
#!/usr/bin/env node import { start } from './index.js'; const root = process.argv[2]; start({ live: false, root });