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