Improved README + Easier configuration.

This commit is contained in:
Daniel31x13
2022-07-19 21:19:40 -04:00
parent 03ba5ad7e3
commit 7cd0b9d956
7 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -1 +1 @@
export const API_HOST = process.env.REACT_APP_API_HOST || "http://localhost:5500"; // API full address
export const API_HOST = process.env.REACT_APP_API_HOST || "http://localhost:5000"; // API full address
+2 -1
View File
@@ -94,7 +94,8 @@
margin: 20px;
width: 100px;
height: 100px;
transition: opacity 0.3s;
transition: opacity 0.3s ease-in-out;
will-change: transform, opacity;
}
.list-entity-content {