π A super tiny, simple and elegant Nest app starter template.
- Run
npx degit zanminkian/nest-boilerplate my-new-project
to create you new project. - Run
cd my-new-project
to enter your new project directory. - Run
pnpm i
to install dependencies. - Run
pnpm dev
to develope the app, or runpnpm build
to build the app. - Run
node dist/main.js
to bootstrap the app if you have built it before. - Run
curl http://localhost:3000/hello/world
to test the http api of your app.
MIT