We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7eb6d commit 2267d06Copy full SHA for 2267d06
README.md
@@ -1,24 +1,29 @@
1
# react_webpack_ts_boilerplate
2
3
### 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
+
+- Webpack build setting
+- Airbnb convention(eslint, prettier)
7
+- Yarn berry package manager
8
+- Deployment with zero-install eliminates the need to install additional packages.
9
10
<br />
11
12
## Installation
13
14
```
15
$ npm install react_webpack_ts_boilerplate
16
$ yarn add react_webpack_ts_boilerplate
17
18
19
## Development Environment
20
21
22
$ yarn dev
23
24
25
## Deploy Environment
26
27
28
$ yarn build
29
0 commit comments