Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.21 KB

File metadata and controls

34 lines (22 loc) · 1.21 KB

node-backend-template

Template for building a Node.js backend. This was made in order to reduce the time it takes to setup a new Node.js backend project with common libraries, tests, CI, etc. so you can immediately start being productive.

build tests

Contents

How To Use

Install nvm and run the following commands in this directory:

nvm use
npm ci

You are good to go!

Improvement ideas

  • Write a description of the directory structure
  • Add Dockerfile

License

MIT