5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
|
```bash
|
||
|
|
npx create-react-app todo-app --template typescript
|
||
|
|
cd todo-app
|
||
|
|
mkdir -p src/{components,styles,utils}
|
||
|
|
```
|