linux Data List

/ 목차 /
- REACT 설치 방법
- REACT typescript 설치 방법
REACT 설치 방법
- npx create-react-app my-app <br> - npm install mysql <br> - npm install express
REACT typescript 설치 방법
- npx create-react-app my-app --template typescript <br> - npm install styled-components@latest
Comment