mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00:00
23 lines
345 B
Markdown
23 lines
345 B
Markdown
# Getting Started with Fluence
|
|
|
|
This is a minimalistic Node.js application for Fluence using Fluence JS Client.
|
|
|
|
## Getting started
|
|
|
|
Install dependencies:
|
|
|
|
```bash
|
|
npm i
|
|
```
|
|
|
|
Run the Node.js application:
|
|
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
## Learn more
|
|
|
|
To learn more, refer to the
|
|
[documentation page](https://fluence.dev//docs/build/js-client/js-client)
|