feat: Update readme files for JS Client examples (#430)

This commit is contained in:
Pavel
2023-02-23 22:02:15 +04:00
committed by GitHub
parent 3678e46b66
commit 9e5e485e0a
5 changed files with 78 additions and 126 deletions

View File

@ -0,0 +1,10 @@
# 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/)

View File

@ -0,0 +1,10 @@
# 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-service/)