ndelvalle/generator-api

gulp serve (copy part) is slow

romain10009 opened this issue · 1 comments

Hi! When I run gulp serve, I see the following on my project :

image

It doesn't have lots of files to move (only two models / routes etc... ) It is slow since the verry first use.

Hey @romain10009 why are you running gulp serve. I don't make use of gulp in this project just npm scripts. Assuming you already ran the generator, run npm run dev to start the project in dev mode. Let me know if this helps.