Skip to content

Commit dbaf993

Browse files
authored
doc: update of CLI (#7)
1 parent a8fa0e7 commit dbaf993

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
Create 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
818
npx create-reactw-app my-app
19+
cd my-app
20+
yarn start
21+
```
22+
23+
![command line](demo-create-reactw-app-installation.svg)

demo-create-reactw-app-installation.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)