diff --git a/client/.gitignore b/client/.gitignore index 4d29575..f21726c 100644 --- a/client/.gitignore +++ b/client/.gitignore @@ -17,6 +17,7 @@ .env.development.local .env.test.local .env.production.local +.env npm-debug.log* yarn-debug.log* diff --git a/client/package.json b/client/package.json index 56c3d66..1e50034 100644 --- a/client/package.json +++ b/client/package.json @@ -7,8 +7,10 @@ "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "axios": "^0.19.0", + "dotenv": "^8.2.0", "react": "^16.12.0", "react-dom": "^16.12.0", + "react-router-dom": "^5.1.2", "react-scripts": "3.3.0" }, "scripts": { diff --git a/client/public/index.html b/client/public/index.html index e734044..181b888 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -1,22 +1,25 @@ -
- - - - - - - - - - -