Go to file
Sergey Katrevich 2b8c6c6921
Update package.json
Command: `npm run test:debug` raise error (because trying loading shell script but not js script):
--------------------------
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
          ^^^^^^^

SyntaxError: missing ) after argument list
------------

My fix correct it
2023-02-17 11:56:12 +03:00
src chore: remove unnecessary type 2022-08-19 12:57:54 -05:00
test feature: update all dependencies 2018-08-16 20:09:22 +02:00
.eslintrc.js fix: format all files 2022-10-05 12:10:39 +02:00
.gitignore Update .gitignore 2020-11-27 09:29:16 +01:00
.prettierrc fix: format all files 2022-10-05 12:10:39 +02:00
README.md chore: close a tag 2022-08-03 23:06:53 -03:00
nest-cli.json chore: enable output dir auto-remove 2022-08-01 20:15:21 -04:00
package-lock.json chore(deps): bump qs and formidable 2022-12-06 20:10:09 +00:00
package.json Update package.json 2023-02-17 11:56:12 +03:00
tsconfig.build.json Enable incremental builds, ignore "dist" 2019-04-08 22:41:55 +01:00
tsconfig.json fix(): add missing tsconfig option 2021-07-12 12:18:14 +02:00

README.md

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 Donate us Support us Follow us on Twitter

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.