This repository is our basic boilerplate to start new webapplications in the following modern webstack:
- node/nestjs backend
- fullstack typescript
- react (vite)
- nx
- docker/kubernetes deployment
npm run dev
http://localhost:4200/ # frontend
http://localhost:3333/api # backend
We use vscode with this stack.
nx g @nrwl/nest:app microserviceName
nx g @nrwl/react:app appName
nx graph # shows dependency graph
[] nestjs [] react build [] production setup [] docker container
- workspace.json -> for nx
- .vscode -> settings for vscode
- apps folder -> contains one folder per project