Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flow5

flow5300.2.0

framework and toolset for developing mobile apps and webapps

ios, iphone, android, html5, fat client, templating, ajax, hybrid, mobile app, webapp

readme

Flow5 includes a set of command line tools. To get access to these tools you should either install globally (which will add aliases) or install locally and add:

export PATH=$PATH:node_modules/.bin:~/node_modules/.bin

(or equivalent) to your shell configuration

To install locally (no sudo required)

npm install flow5

To install globally

sudo npm install --global flow5

Then

npm start flow5

will start the flow5 development server and open a browser pointing to the root page

Chrome is the default browser