werner-duvaud/openleaf-markdown-pdf

missing script: build-local

Closed this issue · 2 comments

When typing the command "npm run build-local" the error "missing script: build-local" appears. How can you fix this? Thank you

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.

thanks it worked