Skip to content

Commit 2267d06

Browse files
committed
chore: Modifyt readme
1 parent 5c7eb6d commit 2267d06

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
# react_webpack_ts_boilerplate
22

33
### It automatically builds a react, webpack, and ts working environment. This package helps you set up:
4-
- webpack build setting
5-
- airbnb convention(eslint, prettier)
6-
- yarn berry package manager
4+
5+
- Webpack build setting
6+
- Airbnb convention(eslint, prettier)
7+
- Yarn berry package manager
8+
- Deployment with zero-install eliminates the need to install additional packages.
79

810
<br />
911

1012
## Installation
13+
1114
```
1215
$ npm install react_webpack_ts_boilerplate
1316
$ yarn add react_webpack_ts_boilerplate
1417
```
1518

1619
## Development Environment
20+
1721
```
1822
$ yarn dev
1923
```
2024

2125
## Deploy Environment
26+
2227
```
2328
$ yarn build
2429
```

0 commit comments

Comments
 (0)