We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3ad84 commit 2ad61c7Copy full SHA for 2ad61c7
index.html
@@ -4,6 +4,8 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<link rel="shortcut icon" href="./src/favicon.ico">
7
+ <link href="./node_modules/pace-js/themes/blue/pace-theme-minimal.css" rel="stylesheet" />
8
+ <script src="./node_modules/pace-js/pace.min.js"></script>
9
<title>React App</title>
10
</head>
11
<body>
package.json
@@ -6,6 +6,7 @@
"react-scripts": "0.4.1"
},
"dependencies": {
+ "pace-js": "^1.0.2",
"react": "^15.3.1",
"react-dom": "^15.3.1"
12
0 commit comments