Getting "Cannot read property 'pickAlgorithm' of null" error
一些ES6的特性笔记
Compress JS/CSS with IntelliJ IDEA
1. In app.js:Import Express frameworkListen to the right port. app.listen(process.env.PORT || 8080, () => { // process.env.PORT is for Heroku