Skip to content
/ nest-boilerplate Public template

🐈 A super tiny, simple and elegant Nest app starter template.

Notifications You must be signed in to change notification settings

zanminkian/nest-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nest Logo

nest-boilerplate

🐈 A super tiny, simple and elegant Nest app starter template.

Tech Stack

Usage

  1. Run npx degit zanminkian/nest-boilerplate my-new-project to create you new project.
  2. Run cd my-new-project to enter your new project directory.
  3. Run pnpm i to install dependencies.
  4. Run pnpm dev to develope the app, or run pnpm build to build the app.
  5. Run node dist/main.js to bootstrap the app if you have built it before.
  6. Run curl http://localhost:3000/hello/world to test the http api of your app.

License

MIT

About

🐈 A super tiny, simple and elegant Nest app starter template.

Resources

Stars

Watchers

Forks