Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
/ nodejs-starter Public archive

Test is a template project equipped with some tools which help you to start your nodejs project in a simple and smooth manner.

Notifications You must be signed in to change notification settings

smhmayboudi/nodejs-starter

Repository files navigation

Introduction

Test is a template project equipped with some tools which help you to start your nodejs project in a simple and smooth manner.

Notes

...

Technology Stack

Packages

Dependencies

Promise appmetrics-dash debug dotenv elasticsearch express, lodash moment path raven retry source-map-support, winston, winston-transport

Development Dependencies

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

Services:

docker elasticsearch grafana kibana kubernetes prometheus sentry

vscode:

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"]
}

Roadmap

There are some plans to up and running [any suggestion would be appreciated]: Reading

Thanks

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.

About

Test is a template project equipped with some tools which help you to start your nodejs project in a simple and smooth manner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published