Files
agent-chat-ui/agent/open-code/nodes/plan-code/step-1.txt

5 lines
114 B
Plaintext
Raw Normal View History

2025-03-07 10:47:08 -08:00
```bash
npx create-react-app todo-app --template typescript
cd todo-app
mkdir -p src/{components,styles,utils}
```