Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1 KB

README.md

File metadata and controls

43 lines (30 loc) · 1 KB

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