mirror of
https://github.com/fluencelabs/examples
synced 2025-06-21 13:51:32 +00:00
Getting Started with Fluence
This is a minimalistic Node.js application for Fluence using Fluence JS Client.
To run this example you need
@latest
version of Fluence CLI. You can find installation guide here.
Getting started
Go to src/frontend
folder:
cd ./src/frontend
Install dependencies:
npm i
Run aqua compiler:
fluence aqua
Run the Node.js application:
npm start
Learn more
To learn more, refer to the documentation page