TypeScript-Node-Starter
TypeScript-Node-Starter copied to clipboard
start-dev launch option (ts-node-dev)
allows to work on project without re-building each time
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.
perhaps, --files
option takes care of things? Could someone test it and see what exactly doesn't work, if anything?
Nevermind, found a much better option, one sec
Are there any other adjustments needs to be made?
why this is not merged ? this is a must have when you are working on a project