Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 637 Bytes

README.md

File metadata and controls

44 lines (24 loc) · 637 Bytes

TS-Node Express Template

This repository contains Backend Template for Express.js Typescript enabled.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/VJBano/TS-Node_Express_Template.git
    
    

Usage

  1. Development:
  • To install node_modules:

    npm install
    
  • To run the application in development mode:

    npm run start
    

Production:

  • To build and run the production version:

    npm run build
    npm run production
    
    

Authors