Skip to content

sra448/FlowFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowFlow

https://flowflow.ch/

The plan

  • make a nice webapp
  • make it a progressive webapp
  • maybe conquer the world

Install and run locally

Installation

git clone [email protected]:sra448/FlowFlow.git ./FlowFlow
cd ./FlowFlow/
npm install -g webpack
npm install -g http-serve
npm install

Start webpack

cd ./FlowFlow/
webpack -w

Start server

(On a second command line)

cd ./FlowFlow/app/
http-serve

FlowFlow should now be available at http://localhost:8080 (or whatever port http-serve tells you).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published