Skip to content

This is a starter project for TypeScript and Express. It includes a basic setup for a REST API with TypeScript and Express.

Notifications You must be signed in to change notification settings

yeasin-2002/express-ts-starter

Repository files navigation

TypeScript - Express Starter

This is a starter project for TypeScript and Express. It includes a basic setup for a REST API with TypeScript and Express.

Kindly Star the Repository if you find it useful 🌟 and feel free to contribute if you think something can be improved.

Development Server

npm run dev

Note: For the first time, this might throw an error, but it will work after the first time. This is because the dist folder is not created yet.

Build

npm run build

Start Build Server (After Build)

npm run  start

Shortcut for Build and Preview

npm run build && npm run start

About

This is a starter project for TypeScript and Express. It includes a basic setup for a REST API with TypeScript and Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published