Skip to content

Commit 6844202

Browse files
authored
Update README.md
1 parent f6fdaab commit 6844202

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1-
# react_webpack_boilerplate
2-
- react + ts 프로젝트를 시작하기 위한 boilerplate
1+
# react_webpack_ts_boilerplate
2+
3+
### It automatically builds a react, webpack, and ts working environment. This package helps you set up:
34
- webpack build setting
45
- airbnb convention(eslint, prettier)
56
- yarn berry package manager
7+
8+
<br />
9+
10+
## Installation
11+
```
12+
$ npm install react_webpack_ts_boilerplate
13+
$ yarn add react_webpack_ts_boilerplate
14+
```
15+
16+
## Development Environment
17+
```
18+
$ yarn dev
19+
```
20+
21+
## Deploy Environment
22+
```
23+
$ yarn build
24+
```

0 commit comments

Comments
 (0)