I am trying to run this sample, but nothing is shown when accessing root.
I export the following JSON and place it in t he project directory under:
AngularJS-Starter-master\www\js\data
JSON:
[{"_id":"58ee0f0bad2bde0939a2713e","title":"Crime and Punishment","genre":"Fiction","publish_date":null,"_acl":{"creator":"58ee0d9ce71082d63f74a69a"},"_kmd":{"lmt":"2017-04-12T11:27:07.583Z","ect":"2017-04-12T11:27:07.583Z"}},{"_id":"58ee0f34c01e439f10b75670","title":"Crime and Punishment","genre":"Fiction","publish_date":null,"_acl":{"creator":"58ee0d9ce71082d63f74a69a"},"_kmd":{"lmt":"2017-04-12T11:27:48.035Z","ect":"2017-04-12T11:27:48.035Z"}}]
Here is the output from console
> kinvey-angular-starter@0.0.0 start D:\Users\User\Downloads\AngularJS-Starter-master\AngularJS-Starter-master
> http-server -a localhost -p 3000 -c-1 ./www
Starting up http-server, serving ./www
Available on:
http://localhost:3000
Hit CTRL-C to stop the server
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /css/bootstrap.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /css/todc-bootstrap.min.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /css/app.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/angular.min.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/angular-ui-router.min.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/jquery.min.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/bootstrap.min.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/kinvey-angular-sdk.min.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/login/login.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/signup/signup.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/books/books.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/upload/upload.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/profile/profile.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/components/navbar/navbar.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /js/angular.min.js.map" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /css/bootstrap.min.css.map" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
[Wed Apr 12 2017 21:42:48 GMT+1000 (E. Australia Standard Time)] "GET /css/todc-bootstrap.min.css.map" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36"
I am trying to run this sample, but nothing is shown when accessing root.
I export the following JSON and place it in t he project directory under:
AngularJS-Starter-master\www\js\dataJSON:
[{"_id":"58ee0f0bad2bde0939a2713e","title":"Crime and Punishment","genre":"Fiction","publish_date":null,"_acl":{"creator":"58ee0d9ce71082d63f74a69a"},"_kmd":{"lmt":"2017-04-12T11:27:07.583Z","ect":"2017-04-12T11:27:07.583Z"}},{"_id":"58ee0f34c01e439f10b75670","title":"Crime and Punishment","genre":"Fiction","publish_date":null,"_acl":{"creator":"58ee0d9ce71082d63f74a69a"},"_kmd":{"lmt":"2017-04-12T11:27:48.035Z","ect":"2017-04-12T11:27:48.035Z"}}]Here is the output from console