Test is a template project equipped with some tools which help you to start your nodejs project in a simple and smooth manner.
...
Promise appmetrics-dash debug dotenv elasticsearch express, lodash moment path raven retry source-map-support, winston, winston-transport
babel-cli babel-eslint babel-preset-env babel-preset-flow babel-preset-stage-3 eslint eslint-config-prettier eslint-plugin-flowtype eslint-plugin-prettier flow-bin flow-coverage-report flow-typed husky lint-staged prettier
docker elasticsearch grafana kibana kubernetes prometheus sentry
This configuration should be applied to vscode user settings.
{
"editor.formatOnSave": true,
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"files.autoSave": "onFocusChange",
"[javascript]": {
"editor.formatOnSave": false
},
"flow.runOnAllFiles": true,
"flow.useNPMPackagedFlow": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.validate.enable": false,
"prettier.disableLanguages": ["javascript"]
}
There are some plans to up and running [any suggestion would be appreciated]: Reading
I am very thankful to the node js community which do positively affect on my programming life. Especial thanks to my colleges which help me in a hard ways @mohammadrezaprw and @BehnamLoghmani.