Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 671 Bytes

File metadata and controls

17 lines (14 loc) · 671 Bytes

node-server-base

A "skeleton" project from server project which are node/typescript based.

What's included?

How to use

  1. Clone this repo
  2. Install the dependencies (./npm install)
  3. Delete the git info (rm -rf ./.git)
  4. Rename the project to whatever you want
  5. Start coding