npm install
- Use npm run ui to compile and run VueUI
-
- This opens on http://localhost:8080/
- Use npm run server to compile and run NestJs API Server
-
- This opens on http://localhost:3000/ (Port can be reconfigurated here https://github.com/Mr-Ming/vue-3-nestjs-boiler-plate/blob/main/src/main-api.js#L6)
- Use npm run start to compile and run Both
npm run ui
npm run build
npm run server
npm run start
npm run lint