Spec-driven development workshop. Curso en Udemy
Monorepo for AstroBookings project.
| Piece | Path | Docs |
|---|---|---|
| API | src/back/ |
README |
| Client | src/front/ |
README |
| E2E | src/e2e/ |
README |
Important
this projects uses nub as a package manager and runner.
- Install nub: the fastest tooling manager for Node.js projects.
npm install -g --ignore-scripts=false @nubjs/nub # one-time, system-level
nub node install 26 && nub node pin 26 # Enjoy latest Node.js 26 LTS- Install dependencies and run the servers
nub install # install all dependencies in one go
nub run dev # run the servers: back :3000 + front :4000-Author