Files
bizmatch-project/bizmatch-server
knuthtimo-lab 43027a54f7 docs: Add SSR setup guide and update SSR polyfills
- Add SSR_ANLEITUNG.md with step-by-step setup instructions
  - Add SSR_DOKUMENTATION.md with technical SSR documentation
  - Update ssr-dom-polyfill.ts for better SSR compatibility
  - Update ssr-dom-preload.mjs for dev:ssr mode
  - Update DEPLOYMENT.md with SSR deployment instructions
2026-01-04 23:16:39 +01:00
..
2024-08-07 19:00:34 +02:00
2026-01-04 05:25:54 -06:00
2024-05-06 20:13:09 +02:00
2024-05-16 13:32:42 -05:00
2024-05-06 20:13:09 +02:00
2025-02-18 18:05:51 -06:00
2024-05-06 20:13:09 +02:00
2024-05-05 15:30:10 +02:00
2025-07-27 14:28:09 -05:00
2025-07-27 14:28:09 -05:00
2025-12-03 11:51:00 +01:00
2024-08-21 21:13:43 +02:00
2024-05-06 20:13:09 +02:00
2024-02-29 10:23:41 -06:00
2024-09-04 14:56:24 +02:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.