Wednesday 4 May 2016

How are devs currently working with es2015 on the server?

This might be considered a best practices (or current practices question due to how fast this ecosystem moves).I've currently got a setup where I'm using gulp/babel to transpile my js, and nodemon running on the output.Is this too much? Is there a better way?Why am I doing this? I want to use es2015 for my server code.

Submitted May 04, 2016 at 10:04PM by neonlibra

No comments:

Post a Comment