0.0.2 • Published 6 years ago
@greenminds/server v0.0.2
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.
Actual development requires some more js
files. All of them are totally up to you, the purpose of server-template
project is still unclear.