File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33Create a new React + TypeScript + Webpack project using the [ template-rtw] ( https://github.com/hidaytrahman/template-rtw ) boilerplate.
44
5- ## Usage
5+ React Typescript Webpack (RTW) is a starter template for building React applications with TypeScript and Webpack.
6+
7+ template-rtw AKA ` create-reactw-app ` is a minimal boilerplate to kickstart React projects using TypeScript + Webpack + Babel + ESLint + Prettier.
8+
9+ > Supports HMR and is easy to extend.
10+
11+ [ ![ Template] ( https://img.shields.io/badge/Template-React%20%2B%20TypeScript%20%2B%20Webpack-blue )] ( https://github.com/hidaytrahman/template-react-ts-webpack )
12+
13+ ## 🚀 Quick Start
14+
15+ You can scaffold a fresh project using this template via the CLI:
616
717``` bash
818npx create-reactw-app my-app
19+ cd my-app
20+ yarn start
21+ ```
22+
23+ ![ command line] ( demo-create-reactw-app-installation.svg )
You can’t perform that action at this time.
0 commit comments