Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

devsamuelv/express-boilerplate

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

Releases

No releases published

Packages

No packages published