mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
11 lines
216 B
Markdown
11 lines
216 B
Markdown
|
# Getting started
|
||
|
|
||
|
```bash
|
||
|
npm i
|
||
|
npm start
|
||
|
```
|
||
|
|
||
|
The browser window with `localhost:3000` should open
|
||
|
|
||
|
To learn more, refer to the [documentation page](https://fluence.dev//docs/build/quick-start/browser-to-browser/)
|