/dominode

A DOM parser and Tree Explorer made with Angular

Primary LanguageJavaScript

Dominode - Tree Control + Dom Parser

A DOM parser and Tree Explorer built with Angular

To Run

Make sure you have both node.js & bower installed

Install Dependencies

npm install
bower install

Running the app

In the root directory, run:

gulp serve

Creating the build

To create a dist build run the following command from inside of your projects root directory:

gulp build

The build will be found in the "/dist" directory