angular/material-start

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

danielwallgren opened this issue · 4 comments

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:
7792fa0

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

would be fixed with #172

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

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

You're welcome! 😸