https://github.com/gridaco/serverless-prisma-webpack-nest-server-template
NestJS + Serverless + Prisma + Webpack Template
https://github.com/gridaco/serverless-prisma-webpack-nest-server-template
Last synced: about 1 year ago
JSON representation
NestJS + Serverless + Prisma + Webpack Template
- Host: GitHub
- URL: https://github.com/gridaco/serverless-prisma-webpack-nest-server-template
- Owner: gridaco
- License: mit
- Created: 2021-08-03T05:51:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T06:09:29.000Z (almost 5 years ago)
- Last Synced: 2025-05-23T21:23:14.587Z (about 1 year ago)
- Language: TypeScript
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# serverless-prisma-webpack-nest-server-template
NestJS + Serverless + Prisma + Webpack Template
## Development
```
yarn
yarn prisma:generate
yarn start:dev
```