Skip to content

cutsome/simple-react-ts-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React, TypeScript, Webpack 最小構成

  • ライブラリのインストール

react

npm i @types/react @types/react-dom react react-dom

webpack

npm i -D webpack webpack-cli typescript ts-loader
  • tsconfig.json 作成
tsc --init
"jsx": "react",  # コメントイン忘れない
  • webpack.config.js 作成

参考リンク https://ics.media/entry/16329/#webpack-ts-react

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors