mirror of
https://github.com/LukasDzenk/linkedin-newsletter.git
synced 2026-05-28 13:57:31 +00:00
No description
- TypeScript 92.9%
- JavaScript 4%
- HTML 2.6%
- Dockerfile 0.5%
| .github/workflows | ||
| .husky | ||
| .vscode | ||
| database | ||
| docker | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .npmrc | ||
| .nvmrc | ||
| .prettierignore | ||
| .prettierrc.js | ||
| eslint.config.js | ||
| n8n-workflow.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| readme.md | ||
| render.yaml | ||
| tsconfig.json | ||
| vitest.config.ts | ||
backend-fastify-template
Description
backend-fastify-template is a Node.js backend template using Fastify framework.
Setup
Notes
- If
/publicdirectory is needed in build output - copy it over manually as it's not implemented.
Installation
pnpm -i --frozen-lockfile
Running the project
Development environment
pnpm start:dev
Production environment
pnpm build
pnpm start:prod