File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,27 @@ Install the generator globally:
15
15
16
16
Reference the Bootstrap CSS stylesheet in ` public/index.html ` (optional):
17
17
18
+ Bootstrap 3 - last release 0.1.15
18
19
``` html
19
20
<!-- ... -->
20
21
<title >React App</title >
21
-
22
+
22
23
<link rel =" stylesheet" href =" https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity =" sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin =" anonymous" >
23
24
</head >
24
25
<!-- ... -->
25
26
```
27
+ Bootstrap 4 - from release 0.1.16
28
+
29
+ ``` html
30
+ <!-- ... -->
31
+ <title >React App</title >
32
+
33
+ <link href =" https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" rel =" stylesheet" integrity =" sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin =" anonymous" >
34
+ <link href =" https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel =" stylesheet" integrity =" sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin =" anonymous" >
35
+ </head >
36
+ <!-- ... -->
37
+ ```
38
+
26
39
27
40
In the app directory, generate the files for the resource you want:
28
41
You can’t perform that action at this time.
0 commit comments