All Projects → mazurov → eslevels-demo

mazurov / eslevels-demo

Licence: other
JavaScript scope coloring based on esprima toolbox

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

🔗 Demo page

EsLevels demo page

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).

Install and Run

  • 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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].