The shortest version
If you just want to experience Averos as quickly as possible:
1. Install
npm install -g @averos/cli
2. Download
3. Preview
averos plan todoapp-manifest.json
4. Execute
averos run todoapp-manifest.json --verbose
5. Run the application
cd generated-app/ToDoApp
npx ng serve
Then open:
You’ve just taken a structured application definition and turned it into running software.
That’s Averos in its simplest form.
Define what should exist. Let Averos determine how to get there.