/nestjs-docker-typeorm-boilerplate

Nestjs, Typeorm, Doker Boilerplate

Primary LanguageTypeScript

Development

# 4. Run development server and open http://localhost:3000
yarn start:dev

# 5. Read the documentation linked below for "Setup and development".

Build

To build the App, run

yarn build:prod

And you will see the generated file in dist that ready to be served.