Skip to content

Commit b437a54

Browse files
committed
[*] react-bootstrap/readme.md
1 parent 3929d8c commit b437a54

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

bootstrap/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ Menggunakan **reactjs** di dalam **bootstrap**.
44

55
---
66

7-
### Inisialisasi file konfigurasi npm (package.json) :
7+
### Instalasi semua dependency dari file konfigurasi npm (package.json) :
8+
```
9+
$ npm install
10+
```
11+
atau inisialisasi file package.json yang baru dengan perintah :
812
```
913
$ npm init
1014
```
1115

1216
### Instalasi webpack :
1317
```
14-
$ npm i webpack -S
18+
$ npm i webpack -D
1519
```
1620

1721
### Buat file konfigurasi webpack :
@@ -55,7 +59,7 @@ $ ./node_modules/.bin/webpack -d
5559

5660
### Instalasi babel :
5761
```
58-
$ npm i babel-core babel-loader babel-preset-es2015 babel-preset-react -S
62+
$ npm i babel-core babel-loader babel-preset-es2015 babel-preset-react -D
5963
```
6064

6165
### Buat file konfigurasi babel :

0 commit comments

Comments
 (0)