This README would normally document whatever steps are necessary to get your application up and running.
$ Node v9.4.0
$ npm v3.10.8
$ Loopback v3.0.0
Back-end solution is in root directory. First Run following command in root directory
$ npm install
Then Run following command to start server
$ node .
This will run the server in
http://localhost:3000 or http://0.0.0.0:3000
In another terminal, Go inside frontend directory in the root.
First Run :
$ npm install
Then,
$ ng serve
This will open in a browser at :
http://localhost:4200