22 lines
345 B
Markdown
Raw Permalink Normal View History

# 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)