Tag: babel-node
-
Simple express app in ES6 mode! Babel!
To just think out of the express generator template and to understand the ES6 mode of doing things with server side code… The express itself , I dont think can be extended as es6 class. What’s done instead is an App class which can be created as es6 module. This has an express instance, express […]