BunnyCDN Stream Demo

Forked and heavily edited from matschik/fastify-typescript-starter

Read the article for this repo here

Installation

$ git clone https://github.com/dan-online/bunnycdn-stream-demo
$ cd bunnycdn-stream-demo
$ yarn install
$ yarn build && yarn start

Usage

Development

# Required: typescript watch compilation
$ yarn watch

# Required: development server with hot reload (nodemon)
$ yarn dev

# Format with prettier
$ yarn format

Production

# build for production
$ yarn build

# start production app
$ yarn start