I am familiar with npm start
, but I don't know what does the prestart and poststart do exactly.
Which script is runned before start (i.e.: pre or post). I wanna know to proper flow of it...?
After doing some research I found prestart is called first than start is called.