Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fioreale committed Oct 3, 2024
1 parent 75f2199 commit 1f48aa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ Serve the built frontend:
npm run preview
```

The frontend will be available at `http://localhost:4173`.
The frontend will be available at `http://localhost:5173`.

### Step 6: Access the Application

Open a web browser and navigate to `http://localhost:4173` to access the myFitApp frontend. The frontend will communicate with the backend running at `http://localhost:8000`.
Open a web browser and navigate to `http://localhost:5173` to access the myFitApp frontend. The frontend will communicate with the backend running at `http://localhost:8000`.

## License

myFitApp is licensed under the MIT License. See [LICENSE](LICENSE) for details.
myFitApp is licensed under the GNU GPL License. See [LICENSE](LICENSE) for details.

## Contribution Guidelines 🤝

Expand Down

0 comments on commit 1f48aa2

Please sign in to comment.