✨ This workspace has been generated by Nx, Smart Monorepos · Fast CI. ✨
Enhance your Nx experience by installing Nx Console for your favorite editor. Nx Console provides an interactive UI to view your projects, run tasks, generate code, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.
- Run
npx nx serve service
to start the development server for Service/API project. - Run
npx nx serve web
to start the development server for Web project.
Run npx nx build service
or npx nx build web
to build the application. The build artifacts are stored in the output directory (dist/
), ready to be deployed.
Daniel Castillo