$ npm init -y
$ npm install -D @babel/core @babel/preset-env @babel/preset-react
$ npm install -D webpack webpack-cli webpack-dev-server
$ npm install react react-dom
$ npm install -D babel-loader
$ npm install -D typescript @types/node @types/react @types/react-dom @types/jest
$ npx tsc --init