Skip to content

OpenBioBank/obb_backend

Repository files navigation

obb_backend

Project Setup

cp .env.example .env
yarn install

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn start