angular / material-start

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

Starting the application with "npm run serve" not working. #173

Closed danielwallgren closed 6 years ago

danielwallgren commented 7 years ago

Cloned a fresh copy and tried to start the application with "npm run serve" but it didn't work.

The command serve was removed in this commit: https://github.com/angular/material-start/commit/7792fa091bffff90f52389abf031c77cb214aaac

See: "serve": "live-server ./app"

EladBezalel commented 7 years ago

would be fixed with #172

HZooly commented 7 years ago

On the last version, 811cb12, you can use npm run-script serve

karthikgurumurthy commented 6 years ago

TorzuoliH... that fixed my issue. Thank you so much!

HZooly commented 6 years ago

You're welcome! 😸