Me and Gojira writing unit testsEvery time I want to code something I try to build a decent development environment for my projects. I usually install Babel to compile ES6/ES7 back to ES5, Mocha & Chai for unit testing purposes, and Nodemon to automatically restart the app. So I decided to share my experience of setting up node environments from scratch. I hope you may find this information useful