scottmacdowell / dominode

A DOM parser and Tree Explorer made with Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A DOM parser and Tree Explorer made with Angular


Languages

Language:JavaScript 62.9%Language:CSS 23.5%Language:HTML 13.6%