twenty/server
2023-06-14 18:30:24 +02:00
..
src Update graphql schema and upgrade yarn lock files (#296) 2023-06-14 18:30:24 +02:00
test Setup Nest and React projects 2022-12-01 15:58:08 +01:00
.env.example Add logo on navbar workspace container (#147) 2023-05-26 17:41:21 +02:00
.eslintrc.js Setup Nest and React projects 2022-12-01 15:58:08 +01:00
.gitignore Rename tabs to Inbox, Contacts, Insights 2022-12-05 21:47:17 +01:00
.prettierignore Simplify local dev (#137) 2023-05-25 15:56:28 +02:00
.prettierrc Setup Nest and React projects 2022-12-01 15:58:08 +01:00
nest-cli.json Setup Nest and React projects 2022-12-01 15:58:08 +01:00
package.json Add workspace scoping to pipeline progress and expose findManyPipelineeProgress on graphql (#292) 2023-06-14 17:05:15 +02:00
README.md Add a custom rule to prevent colors from being hardcoded outside of theme (#288) 2023-06-14 16:56:29 +02:00
tsconfig.build.json Setup Nest and React projects 2022-12-01 15:58:08 +01:00
tsconfig.json Fix tests 2023-04-24 16:53:24 +02:00
yarn.lock Update graphql schema and upgrade yarn lock files (#296) 2023-06-14 18:30: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 start

# watch mode
$ npm start:dev

# production mode
$ npm start:prod

Test

# unit tests
$ npm test

# e2e tests
$ npm test:e2e

# test coverage
$ npm 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.