4.1.4 • Published 5 days ago

@rolster/coopplins-server v4.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

Rolster Coopplins Server

Package that contains a working environment to develop web applications and API's.

Installation

npm i @rolster/coopplins-server

Configuration

You must install the @rolster/types to define package data types, which are configured by adding them to the files property of the tsconfig.json file.

{
  "compilerOptions": {
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true
  },
  "files": ["node_modules/@rolster/types/index.d.ts"]
}

Contributing

  • Daniel Andrés Castillo Pedroza :rocket: