3 Commits

Author SHA1 Message Date
Robert Schäfer
9f78a96de2 Run babel node instead of nodemon
Quote of @appinteractive:
```
Currently we are running nodemon on production which watches for filechanges and consumes much more memory then just node. As nodemon is only for development, I added a build step to compile the application for production and then only run the dist folder with pure node.
```
2018-12-14 22:30:47 +01:00
Robert Schäfer
0eab41b5ef Use @babel packages 2018-11-21 00:25:29 +01:00
Grzegorz Leoniec
5fcceda30f initial commit 2018-10-05 13:31:45 +02:00