create-reactw-app
Version:
Create a React + TypeScript + Webpack project using the template-rtw boilerplate
23 lines (14 loc) • 823 B
Markdown
# create-reactw-app
Create a new React + TypeScript + Webpack project using the [template-rtw](https://github.com/hidaytrahman/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.
[](https://github.com/hidaytrahman/template-react-ts-webpack)
## 🚀 Quick Start
You can scaffold a fresh project using this template via the CLI:
```bash
npx create-reactw-app my-app
cd my-app
yarn start
```
