Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/.env.example
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_APP_BASE_URL=http://localhost:5000
VITE_APP_BASE_URL=http://127.0.0.1:5000