Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 671 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 671 Bytes

SOFTKAVE

Product Overview

Softkave.

Server Repo

Architecture

Development

The primary tool for development is Microsoft's vscode, because the editor can be auto-configured using the configurations of the project. Some of the configurations include debugging, linting, code style guide, etc.

Also, some extensions are required to take advantage of the configurations, they are:

Run Application

Open your command line, navigate to the project's root folder, and

  • Run npm install
  • Run through vscode debugger for debugging, it is pre-configured