Skip to content

Commit aeb43b0

Browse files
committed
chore: npx 패키지 배포
1 parent 76cadb3 commit aeb43b0

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
<br />
1111

12+
## create-react-project
13+
14+
```
15+
$ npx create-react-webpack-ts-app your-app-name
16+
```
17+
1218
## Installation
1319

1420
```

package.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
{
2-
"name": "react-webpack-ts-boilerplate",
3-
"version": "0.0.1",
2+
"name": "create-react-webpack-ts-app",
3+
"version": "0.1.0",
44
"description": "It automatically builds a react, webpack, and ts working environment",
55
"main": "index.tsx",
66
"scripts": {
77
"dev": "webpack-dev-server --config config/webpack.dev.js",
88
"build": "webpack --config config/webpack.prod.js"
99
},
10-
"keywords": [
11-
"react",
12-
"typescript",
13-
"webpack",
14-
"airbnb",
15-
"yarn-berry",
16-
"prettier",
17-
"eslint"
18-
],
19-
"homepage": "https://github.com/vvs-kim/react_webpack_ts_boilerplate",
20-
"author": {
21-
"name": "Wooseok Kim"
22-
},
23-
"license": "",
10+
"license": "ISC",
2411
"dependencies": {
2512
"react": "^18.0.0",
2613
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)