-- It is only a proof of concept, working with Mean Stack and building a CRUD for a treeview
$ cd client/
$ npm install
$ cd server/
$ npm install
-- Open terminal taps on client and server folder.
-- On server folder, run nodejs server with "npm run dev".
-- On client folder, run nodejs server with "ng serve" .
-- client app will run on http://localhost:4200/