Files
agent-chat-ui/agent/open-code/nodes/plan-code/step-1.txt
2025-03-07 10:47:08 -08:00

5 lines
114 B
Plaintext

```bash
npx create-react-app todo-app --template typescript
cd todo-app
mkdir -p src/{components,styles,utils}
```