Skip to content

Commit 8ccf7d2

Browse files
committed
updated readme for uisng cli
1 parent fdb4d86 commit 8ccf7d2

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# create-react-webpack
22

3-
Create React Application with all standard practices, with easy formats known to users, so that users can easily modify the various config files.
3+
Create React Application with all standard practices, with easy formats which is known to users, so that users can easily modify the various config files as needed.
44

55
## Creating an App
66

77
### npm
88

9+
### install module
10+
11+
```
12+
npm i -g create-react-webpack
13+
```
14+
15+
### creating your react app
16+
917
```
10-
npm create-react-webpack demo-app
18+
create-react-webpack demo-app
1119
```
1220

21+
Once installed globally, above command i.e `create-react-webpack` for bootstraping new application will be available through out the system.
22+
1323
it will create a directory `demo-app` in the current folder, with below file footprint.
1424

1525
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-webpack",
3-
"version": "0.0.1",
3+
"version": "0.0.4",
44
"description": "create-react-webpack ",
55
"main": "scripts/create.js",
66
"bin": {

0 commit comments

Comments
 (0)