Skip to content

ixlammm/node-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Typescript Boilerplate

This is a boilerplate with the necessary configurations to run a typescript application using Node.Js.

Installation

To get the new-node-ts-app command, run the following:

npm install new-node-ts-app

Usage

Create a new project using the new-node-ts-app command:

new-node-ts-app projectName

Or, clone the repository using the folowing command:

git clone https://github.com/ixlammm/node-typescript-boilerplate.git projectName

Packages

This contains the following packages:

  • typescript and ts-node : for Typescript support
  • nodemon : for watch support
  • express : for creating an http server

Note: the express package is not necessary and is just installed for the provided example, you can remove it using the command : npm uninstall express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published