EricCatlin / flow

Flow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total.js Flow

Installation

There are several ways to provide Flow. You can use our cloud services and run Flow without installation, or use Docker, or download the source code locally.

Locally

  • install Node.js platform
  • download Flow source code
  • open terminal/command-line:
    • cd flow
    • npm install

Run:

npm run start

or directly using node executable (port is optional, default 8000)

node index.js <port>

Flow in Docker

docker pull totalplatform/flow
docker run -p 8000:8000 totalplatform/flow

About

Flow

License:MIT License


Languages

Language:JavaScript 46.9%Language:HTML 36.2%Language:CSS 16.8%Language:Shell 0.1%Language:Dockerfile 0.1%