Skip to content

Commit b87e57e

Browse files
committed
chore: Modify CRA name
1 parent 3b01c8d commit b87e57e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-webpack-ts-boilerplate
22

3-
### It automatically builds a react, webpack, and ts working environment. This package helps you set up:
3+
### It automatically builds a react, ts, and webpack working environment. This package helps you set up:
44

55
- Webpack build setting
66
- Airbnb convention(eslint, prettier)
@@ -12,10 +12,10 @@
1212
## Create-react-project
1313

1414
```
15-
$ npx create-react-webpack-ts-app your-app-name
15+
$ npx create-react-ts-webpack-app your-app-name
1616
```
1717

18-
## Installation
18+
## Check Installation
1919

2020
```
2121
$ yarn

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "create-react-webpack-ts-app",
2+
"name": "create-react-ts-webpack-app",
33
"version": "0.0.1",
4-
"description": "It automatically builds a react, webpack, and ts working environment",
4+
"description": "It automatically builds a react, ts, and webpack 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
},
1010
"license": "ISC",
11-
"homepage": "https://github.com/vvs-kim/react_webpack_ts_boilerplate",
11+
"homepage": "https://github.com/vvs-kim/react_ts_webpack_boilerplate",
1212
"author": {
1313
"name": "Wooseok Kim"
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/vvs-kim/react-webpack-ts-boilerplate"
17+
"url": "https://github.com/vvs-kim/react_ts_webpack_boilerplate"
1818
},
1919
"keywords": [
2020
"react",

0 commit comments

Comments
 (0)