diff --git a/README.md b/README.md index 38cfc67..dca0861 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ NOTE: This is assuming you have Node>=16.19.1 installed 2. Create virtual environment for python and python dependencies ```bash - cd flask_react_starter + cd flask-react-starter conda env create -f environment.yml - conda activate flask_react_starter + conda activate flask-react-starter ``` Note: You can change the name of the environment when its created by changing the name in the environment.yml file diff --git a/ui/.env.example b/ui/.env.example index caeba30..a024680 100644 --- a/ui/.env.example +++ b/ui/.env.example @@ -1 +1 @@ -VITE_APP_BASE_URL=http://localhost:5000 +VITE_APP_BASE_URL=http://127.0.0.1:5000