Skip to content

Commit 3b3897b

Browse files
committed
v0.1.0
1 parent aca442e commit 3b3897b

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

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

3-
### It automatically builds a react, ts, and webpack working environment. This package helps you set up:
3+
### 2022-11-13
4+
5+
- ❌ Improve errors where the node_modules folder is created
6+
7+
### It automatically builds a react, webpack, and ts working environment. This package helps you set up:
48

59
- Webpack build setting
610
- Airbnb convention(eslint, prettier)
@@ -12,7 +16,7 @@
1216
## Create-react-project
1317

1418
```
15-
$ npx create-react-ts-webpack-app your-app-name
19+
$ npx create-react-webpack-ts-app your-app-name
1620
```
1721

1822
## Check Installation

package.json

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

0 commit comments

Comments
 (0)