Skip to content

tioger/Node-Express-Typescript-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Express-Typescript-Starter

A simple Node, Express, Typescript and EJS Hello World

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

    Node.js
    Visual Studio Code (only for debug)

Installing

A step by step series of command that tell you how to get a development env running

Node Module Install

npm i 

If you just want start the project run following command

npm run build
npm run start

If you want run debug for work on the project with watch option run following command

npm run debug

Visual Studio Code Debug

The project is already configured for using vscode debugger you just need go on Debugger on visual studio code and launch Node:Nodemon task When the debugger is running you can put breakpoint directly on ts file.

Deployment

After the build you just need copy following directories and files where you want :

  • /dist
  • /views
  • package.json
  • server.js

This project is build for an Azure Deploy

Authors

About

A simple Node, Express, Typescript and EJS HelloWorld

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published