Skip to content

A minimal express template using typescript because I didn't find one

License

Notifications You must be signed in to change notification settings

Dennis960/template-express-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A minimal express template using typescript because I didn't find one

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published