/node-typescript-starter

A minimal template for NodeJS + Typescript. Useful for creating quick scripts!

Primary LanguageTypeScript

NodeJS + Typescript Starter Kit

What is this

A minimal template for NodeJS + Typescript. Useful for creating quick scripts!

How to start

  1. Pull the code git clone https://github.com/conanak99/node-typescript-starter.git
  2. Run yarn install
  3. Run yarn start to run then start coding
  4. If some libraries do not support typing, you can write the type yourself in typings folder
  5. Profit!!