Deploy ES6 Node app in Heroku
It's very easy but relatively tricky all you have to do is customize the heroku build process by addi...
Jonathan Atiene··1 min
It's very easy but relatively tricky all you have to do is customize the heroku build process by adding the following to your script in package.json
"script": {
+"heroku-postbuild": "npm run build"
}the command above should compile your ES6 app using babel read more here
to set up your node js app in ES6 you can read my previous post
Related
- Career / Engineering
2025 — An awakening after a fall.
It's the end of 2025, a time for honest reflection on various aspects of my life to see how far I have come, the achievements I’ve…
- Career / Engineering
New Chapter - The meaningful bits
A lot has changed in the last 3 months of my life. I moved to a new country and decided to commit to something new. I have always loved traditional learning and decided to go back to school to get a m
- Career / Engineering
Identifying common database bottle necks and how to fix them.
While API health checks and metrics systems are commonplace in monitoring the health of application interfaces, an equally crucial aspect, often overlooked, is the health check of databases. How do we