Skip to content
Snippets Groups Projects
user avatar
Renovate Bot authored
6987b51f
History

Backend files

Description

Developpement

Installer Node.js

cd back
npm install
cp environements/sample.env environements/dev.env # if needed
npm run dev

Running the app

$ npm run dev

Test

$ npm run test:all # launch all tests with limited memory leaks
$ npm run test <subfilename> # launch a subset of tests

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.