From 168adac916ad6ca2dfc6646a9ed75f9515de84ab Mon Sep 17 00:00:00 2001 From: Howard Zhang Date: Fri, 11 Oct 2024 14:44:31 +0800 Subject: [PATCH] Update tutorial and default env file for better initial experience --- README.md | 4 ++-- ui/.env.example | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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