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