create-reactw-app
v1.0.3
Published
Create a React + TypeScript + Webpack project using the template-rtw boilerplate
Maintainers
Readme
create-reactw-app
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.
🚀 Quick Start
You can scaffold a fresh project using this template via the CLI:
npx create-reactw-app my-app
cd my-app
yarn start