Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 395 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 395 Bytes

node-boilerplate

Ready to go node project using:

Node + Typescript + Express + Docker

ToDo List

  • Node + Typescript + Express + Docker
  • Eslint + Prettier
  • Testing (Jest)
  • Winston (Logs)
  • ???

Guidelines

  1. Don't use any.

Development

$ mkdir node_modules
$ cp .env.dev .env

# Run pwd and put the output in the PROJECT_PATH variable

$ make up