The nestjs-startkit was created to automatically build the basic structure of the nestjs framework.
npx nestjs-startkit [repoName]
- dev
- git clone https://github.com/PracticeEveryday/nestjs-startkit.git
- cd nestjs-startkit
- yarn install
- make
.env.local
file
// .env.local
PORT=8080
- yarn start:local
GET /
{
"message": "",
"data": {
"hello": "Hello World!"
}
}