5 lines
128 B
Text
5 lines
128 B
Text
|
cd ../frontend
|
||
|
npx create-react-app . --template typescript
|
||
|
npm install axios react-router-dom tailwindcss
|
||
|
npx tailwindcss init
|