An Angular 2 / 4 Materialize CSS like tree component.
- Node.js and NPM (I used Node.js v6.10.0 with included NPM in it)
- VSCode or any other IDE / Editor
- Git
- Open VSCode
- Open Integrated Terminal (Ctrl+`)
- Clone this repository by typing git clone https://github.com/DmitriiSer/angular2-materialize-css-tree-component.git
- Navigate inside of the created folder by typing cd angular2-materialize-css-tree-component
- Type npm install -g @angular/cli (This will install Angular-CLI globally)
- Type npm install (This will install all the local dependencies)
- Type ng serve to start the server on localhost
- Open http://localhost:4200/ in a web-browser