Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 654 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 654 Bytes

A fastify boilerplate with typescript

usage

bootstrap

  • Vscode Debug mode
-> F5
Pnpm Launch Program
  • Docker mode
sh start.sh
  • Hot reload mode
pnpm dev
  • Preview mode
pnpm build
# start server
pnpm runner:local

https

maybe use mkcert, ref -> mkcert

# in chrome enable chrome://flags/#allow-insecure-localhost
brew install mkcert nss
mkcert localhost 127.0.0.1 ::1
mkcert -install

# open keychain access.app & trust