Create a new React + TypeScript + Webpack project using the template-rtw boilerplate.
React Typescript Webpack (RTW) is a starter template for building React applications with TypeScript and Webpack.
template-rtw AKA create-reactw-app
is a minimal boilerplate to kickstart React projects using TypeScript + Webpack + Babel + ESLint + Prettier.
Supports HMR and is easy to extend.
You can scaffold a fresh project using this template via the CLI:
npx create-reactw-app my-app
cd my-app
yarn start