missing script: build-local
Closed this issue · 2 comments
worldsoft commented
When typing the command "npm run build-local" the error "missing script: build-local" appears. How can you fix this? Thank you
werner-duvaud commented
Hi thanks for the report,
npm install
ng serve
Should launch the front-end in local at http://localhost:4200
Don't forget to launch the backend too.
worldsoft commented
thanks it worked