GitBook: [2.0.0] 3 pages modified

This commit is contained in:
boneyard93501 2021-09-10 07:50:12 +00:00 committed by gitbook-bot
parent b227e1059b
commit 9fe17accfb
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
3 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,7 @@
* [Concepts](js-sdk/1_concepts.md)
* [Basics](js-sdk/2_basics.md)
* [In-depth](js-sdk/3_in_depth.md)
* [Running app in nodejs](js-sdk/running-app-in-nodejs.md)
* [Running app in nodejs](js-sdk/4_run_in_browser.md)
* [Running app in browser](js-sdk/running-app-in-browser.md)
* [Api reference](js-sdk/api-reference.md)
* [Changelog](js-sdk/changelog.md)

View File

@ -1 +1,2 @@
You can use the JS SDK with any framework (or even without it). Just follow the steps from the previous sections. FluentPad is an example application written in React: https://github.com/fluencelabs/fluent-pad
# Running app in nodejs

View File

@ -1,2 +0,0 @@
# Running app in nodejs