Skip to content

Fabpack/api

Repository files navigation

Express-Boilerplate

Yarn Scripts

# run dev server
yarn dev

# build the server
yarn build

# this will run the tsc compiler
yarn tsc

# this will run the prod server
yarn prod

Prisma Setup

# to reinstall prisma
yarn add --dev prisma
yarn add @prisma/client

# initialize prisma
yarn prisma init

# this will generate types for typescript run this when you update your schema.prisma
yarn prisma generate

# introspect prisma
yarn prisma introspect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages