Java, JavaScript + HTML5, Sencha, Cordova/Ionic, Angular, RxJS + all things reactive
Angular
MEAN
Docker
Deploy na nuvem
MEAN app
proxy.conf.json
{
"/api": {
"target": "http://localhost:3000",
"secure": false
},
"logLevel": "debug"
}
package.json
"scripts": {
"ng": "ng",
"start": "node src/server/index.js",
"start-ng": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --prod"
}