Skip to content

unlight/nest-vite-node-starter

Repository files navigation

nest-vite-node-starter

Nest.JS via vite example

Installation

$ npm install

Running the app

# development
$ npm run dev

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

# e2e tests
$ npm run test:e2e
POST http://localhost:3000/user
Content-type: application/json

{"email":"[email protected]","password":"123456"}

Known Issues

Resources

About

Nest.JS via vite example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published