Reactメモ

// Reactプロジェクト作成

npx create-react-app {app_name}

// Reactプロジェクト作成 TypeScript

npx create-react-app {app_name} --template typescript

// React-Router インストール

npm install --save react-router-dom

// aioxインストール

npm install axios

 

投稿日: