/node-server-base

A base template for server projects made on node/typescript

Primary LanguageTypeScript

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