0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

React × Typescript の環境構築 (create-react-app)

Posted at

React × Typescript の環境構築

構築環境

node v20.14.0
npm 10.7.0

"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"typescript": "^4.9.5",

Typescriptの雛形でプロジェクト作成

ターミナル
npx create-react-app myApp --template typescript

Sassを使えるようにする

ターミナル
npm i node sass

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?