This template is a simple starter template for a Nest.js and Next.js project with monorepo using lerna
lerna create <package-name>
and copy the config files from the template to the new package
- Build
yarn build
- Test
yarn test
- Start
yarn start:prod # production
yarn start:dev # development