Skip to content

LeonSilva15/winston-logger-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Winston Logger

This project is meant to be a guideline for the Winston usage following the proposed best practices.

Setup

This project uses Node.js and Express so make sure, we have node and npm it installed.

https://nodejs.org/en/download

node --version
npm --version

Using deven is an option too. Nodeenv installation, or:

brew install nodeenv

Install dependencies and setup using npm in the project root directory

npm install

Run the Express server

npm run dev

Your server will run on http://localhost:8000/ by defualt.

Here are some useful resources:

Releases

No releases published

Packages

No packages published