DEV Community

Cover image for How to install Total.js Flow (Method 1)
Louis Bertson
Louis Bertson

Posted on

How to install Total.js Flow (Method 1)

Install total.js flow gif image
Total.js Flow is a low code/no code programming interface alternative to Node-red for building whatever with the help of drag and drop components. In this post i am showing you how to install and get started with Total.js Flow. But if you are very new to Total.jst, Peter Širka has posted the top 10 features of Total.js Flow and i am sure you will enjoy reading it before you continue (Read it).

Installation

We have different ways to spin up a Total.js Flow app to start building your dream project but in this post i am showing you one method:
Locally in you machine.

  • Install Node.js platform
  • open terminal/command-line: $ git clone https://github.com/totaljs/flow $ cd flow $ npm install $ npm run start open http://0.0.0.0:8000 in your browser You can also follow those steps from youtube video.

Don't forget to subscribe

Top comments (0)