TypeScript-Node-Starter icon indicating copy to clipboard operation
TypeScript-Node-Starter copied to clipboard

start-dev launch option (ts-node-dev)

Open GrayStrider opened this issue 5 years ago • 4 comments

allows to work on project without re-building each time

GrayStrider avatar Oct 06 '19 12:10 GrayStrider

If accepted, it would require solution for serving static assets from public directory. At the moment, content usually pre-built like css (from scss) could not be used when started in that mode.

@peterblazejewicz I just launched it and everything seems to work fine? No unresolved resources or anything, css seems to be built as well.

image

perhaps, --files option takes care of things? Could someone test it and see what exactly doesn't work, if anything?

GrayStrider avatar Oct 10 '19 03:10 GrayStrider

Nevermind, found a much better option, one sec

GrayStrider avatar Oct 10 '19 03:10 GrayStrider

Are there any other adjustments needs to be made?

GrayStrider avatar Dec 21 '19 01:12 GrayStrider

why this is not merged ? this is a must have when you are working on a project

anthony-bernardo avatar Nov 27 '20 15:11 anthony-bernardo