Skip to content

IvanLencina/basic-node-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Node boilerplate

Basic configuration for a NodeJs + TypeScript project

This project provides a simple scaffold for node applications with typescript. It includes an example controller, DI implementation and router.

It does not even contain a persistence layer. It's the simplest configuration you'll ever see.

Installation

npm install

Running

npm run dev

Build

npm run tsc

Production deployment

npm run prod

About

Basic NodeJs + TypeScript setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published