json-server

v1.0.0-alpha.16
> [!IMPORTANT] > Viewing alpha v1 documentation – usable but expect breaking changes. For stable version, see [here](https://github.com/typicode/json-server/tree/v0)

css

tailwindcss -i ./views/input.css -o ./public/output.css

dev

concurrently npm:watch-*

lint

eslint src --ext .ts --ignore-path .gitignore

test

npm run css && node --import tsx/esm --test src/*.test.ts

build

rm -rf lib && tsc && npm run css

prepare

husky install

watch-ts

tsx watch src/bin.ts fixtures/db.json

watch-css

npm run css -- --watch

prepublishOnly

npm run build

Metadata

Downloads

Maintainers