faststack

v0.12.0
FastStack is a web server framework providing an RPC-style API.

watch

concurrently "npm:watch:framework" "npm:watch:client"

watch:framework

tsc --watch

watch:client

tsc --project tsconfig.client.json --watch

build

npm run build:framework && npm run build:client

build:framework

del-cli dist && tsc

build:client

del-cli client && tsc --project tsconfig.client.json

test

jest

test:watch

jest --watch

coverage

jest --coverage

coverage:open

open -a "Google Chrome" coverage/lcov-report/index.html

prettier

npx prettier --write ./src

preversion

npm run build && npm run build:client

Metadata

Downloads

Maintainers