angular / material-start

Starter Repository for AngularJS Material
https://angularjs-material-start.web.app
MIT License
2.21k stars 1.21k forks source link

Application is completely blank #169

Closed otcdoc closed 7 years ago

otcdoc commented 7 years ago

I went through the installation instructions but steps 1 - 10 all pull up a blank application. Everything seems to be set to display:none or background-color transparent, so I'm not sure what I'm supposed to see at all (nothing seems to respond in any step either).

ThomasBurleson commented 7 years ago

@EladBezalel - can you investigate please.

EladBezalel commented 7 years ago

@otcdoc what tutorial branch did you follow ?

otcdoc commented 7 years ago

I attempted to follow the master branch.

EladBezalel commented 7 years ago

Please follow the es6 tutorial.

jaibatrik commented 7 years ago

Having the same issue, getting the following log in lite-server console -

GET /service-worker.js 404 0.374 ms - 30
ThomasBurleson commented 7 years ago

Fixed. Please use

git pull --rebase origin master
npm i
cd app
live-server