change name and favicon
parent
6f37ca843b
commit
25945b6b81
|
@ -2,7 +2,7 @@
|
||||||
"name": "reverse-proxy-frontend",
|
"name": "reverse-proxy-frontend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "React and Redux Pluralsight course by Cory House",
|
"description": "Reverse proxy frontend application",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "run-p start:dev start:api",
|
"start": "run-p start:dev start:api",
|
||||||
"start:dev": "webpack-dev-server --config webpack.config.dev.js --port 3000",
|
"start:dev": "webpack-dev-server --config webpack.config.dev.js --port 3000",
|
||||||
|
|
BIN
src/favicon.ico
BIN
src/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 169 KiB |
|
@ -2,7 +2,7 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Pluralsight Redux</title>
|
<title>Reverse proxy</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue