• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The RazorFlow Dashboard Framework

RazorFlow Framework

Setup

git clone git://github.com/razorflow/framework.git
cd framework
npm install
grunt build

Start Example Server

cd framework/examples/
php -S 0.0.0.0:8080 index.php

and visit http://localhost:8080/ for latest examples and http://localhost:8080/dev/ to load latest development code.