angular-nestjs-seed
angular-nestjs-seed copied to clipboard
Building full stack application with Angular and Nestjs
trafficstars
angular-nestjs-seed
Building full stack application with Angular and Nestjs
Build client
cd angular-client
npm install
ng serve
Application will start on localhost:4200
Build server
cd nestjs-server
npm install
npm run start
Server will start on localhost:3000