3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

React + TypeScript環境構築

Last updated at Posted at 2020-09-17

React&TypeScriptの環境を2発で作るコマンドがあったのでメモ。

作り方

yarn create react-app react-ts-project --template typescript
yarn add typescript @types/node @types/react @types/react-dom @types/jest

なんとなくドキュメントを読んでたら見つけた!

いままでの作り方

↓を参考に作った。

ざっき

よくやる設定とか、グローバルなstoreの設定とか認証の実装とか、何回も書くのが面倒なのでテンプレ化したい。

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?