/echat-api

Primary LanguageJavaScript

Installation

Install the dependencies.

$ npm install

VSCODE Setup

Install Editorconfig, prettier and eslint

Workspace Settings

{
  "editor.formatOnSave": true,
  "prettier.eslintIntegration": true
}

Running the project

$ npm run dev