Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 752 Bytes

README.md

File metadata and controls

53 lines (33 loc) · 752 Bytes

Template-Express-Ts

This is a template for a Node.js Express server with Typescript.

Getting Started

Prerequisites

  • Node.js
  • NPM

Installing

  1. Clone the repo
  2. Install NPM packages
npm install
  1. Run the server
npm run dev
  1. Enjoy Express with Typescript!

Deployment

  1. Build the project
npm run build
  1. Copy the dist folder to your server

  2. Run the server with node

node dist/index.js

Built With

License

Distributed under the MIT License. See LICENSE for more information.