File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ npm-debug*
77
88.idea
99
10+ # app/config.json
1011app /tests /__tests__ /coverage /*
1112/cypress /
1213
1314.DS_Store
1415
1516build /*
16- index.html
17+
18+ /index.html
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Create React + Redux App Structure</ title >
6+
7+ <!-- build:css -->
8+ < link rel ="stylesheet " href ="build/styles.min.css ">
9+ <!-- endbuild -->
10+
11+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css "/>
12+ </ head >
13+ < body >
14+
15+ < div id ="app "> </ div >
16+
17+ < div id ="toTop "> </ div >
18+
19+ <!-- build:js -->
20+ < script type ="text/javascript " src ="build/libs.js "> </ script >
21+ < script type ="text/javascript " src ="build/index.js "> </ script >
22+ <!-- endbuild -->
23+
24+ </ body >
25+ </ html >
You can’t perform that action at this time.
0 commit comments