DEV Community

Discussion on: How To Supercharge Your Productivity As A Developer

Collapse
 
drozerah profile image
Drozerah • Edited

"Automate Your Process" yep ! Exactly why this week I've created a repo with a detailed documentation which provides a ready to go configuration that is aimed to give the JavaScript developer the capability to quickly set up a Node.js environment and deliver ES5 from ES6 without wasting time in the maze of Babel configuration options and its plugins... It gives you the minimum settings to start a new project or evaluate any new ideas and it includes one HTML code base to fulfill this objective as well.

Check it out ! ES6 to ES5 transpilation with Babel.js and Node.js

Feedback appreciated ! ;)

Collapse
 
cyrusmbithi92 profile image
Cyrus

Webpack|Babel

Collapse
 
drozerah profile image
Drozerah

Yes Cyrus, what do you mean ?

Collapse
 
lauragift21 profile image
Gift Egwuenu

Yass! I love this. I also did the same for setting up a React Project a couple of months ago. Checking it out right away :)