Skip to content

sm0483/ts-express-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express TypeScript Template

This repository contains a boilerplate structure for setting up an Express application with TypeScript.

Getting Started

To get started, clone this repository and install the dependencies:

git clone https://github.com/sm0483/ts-express-template.git
cd ts-express-template
npm install

Running the Application

To run the application, use the following command:

npm start

This will start the Express server on the default port (usually 5000). You can access the application by navigating to http://localhost:5000 in your web browser.

Building the Application

To build the application, use the following command:

npm run build

This will compile the TypeScript source code into JavaScript and place the output in the dist folder.

About

A TypeScript-based Express template for RESTful API development

Topics

Resources

License

Stars

Watchers

Forks