five-server

v0.0.4
Development Server with Live Reload Capability. (Maintained Fork of Live-Server)
browser development tool http live server cli reload refresh and 3 more...

start

npm run dev

dev

npm run clean && tsc --watch

build

npm run extract && tsc

clean

rimraf lib

format

prettier --check src/**

format:write

prettier --write src/**

lint

eslint src --ext .ts,.tsx

lint:fix

eslint --fix src --ext .ts,.tsx

extract

extract version name src/const.ts

test

jest --forceExit --silent

live-server

node ./lib/live-server.js --no-browser

publish

publish

push

npm run publish

preReleaseHook

clean build format:write lint:fix test

prepublishOnly

npm run clean && npm run build && npm run format:write && npm run lint:fix && npm test

Metadata

  • MIT
  • >=12
  • Yannick Deubel
  • released 3/19/2021

Downloads

Maintainers