This is a simple web application created to show features of eslevels javascript library — am ECMAScript scope levels analyzer based on escope library which original purpose was to enable scope context coloring in javascript editors (SublimeText in first order).
- First you need to install node.js
- Install grunt and bower packages:
$> npm install -g grunt-cli bower (with sudo rights)
- Clone repository:
$> git clone https://github.com/mazurov/eslevels-demo.git
$> cd eslevels-demo
- Install required packages
$> npm install
$> bower install
- Run the server
$> grunt server
Finally you will see the following page: