mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
Update README.md
fixed url
This commit is contained in:
parent
dc6f28f20d
commit
0afd46ca6f
@ -21,7 +21,7 @@ npm install utopia-ui
|
|||||||
|
|
||||||
Now, we open `src/App.tsx` and replace its content with the following:
|
Now, we open `src/App.tsx` and replace its content with the following:
|
||||||
|
|
||||||
```tsxhttp://localhost:5174/
|
```tsx
|
||||||
import { UtopiaMap } from "utopia-ui";
|
import { UtopiaMap } from "utopia-ui";
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
@ -41,6 +41,6 @@ To see our **first map app**, we start the development server:
|
|||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Now, we can open [localhost:5174](http://localhost:5174/) in the browser and explore our interactive map! 😊
|
Now, we can open [localhost:5173](http://localhost:5173/) in the browser and explore our interactive map! 😊
|
||||||
|
|
||||||
➡️ In [Example 2](../2-static-layers/), we'll add **static data** to our map.
|
➡️ In [Example 2](../2-static-layers/), we'll add **static data** to our map.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user