0.0.2 • Published 6 years ago

@greenminds/server v0.0.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
6 years ago

GreenMinds NodeJS server package

The one and only purpose of this package is gathering all the server dependencies in few lines of package.json:

{
  "dependencies": {
    "@greenminds/server": "^0.0.2",
    "dotenv": "^8.0.0"
  }
}

It includes:

  • express itself;
  • body-parser;
  • pug.

It is just a dependencies wrapper for package.json. Just include the above section there. Separate mentioning of dotenv is required by the inner logic of this package preventing it from installing to node_modules root.

Unbelievable that Universe of Ignorance reaches us even here. Anyway, we need dotenv one way or any other.

Actual development requires some more js files. All of them are totally up to you, the purpose of server-template project is still unclear.

0.0.2

6 years ago

0.0.1

6 years ago