Skip to content

Latest commit

ย 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Starting Node.js with TypeScript

This project provides a simple starting point for setting up a Node.js server with TypeScript. It includes basic configuration for TypeScript, Express, and error handling utilities, making it a good foundation for building more complex Node.js applications.


Table of Contents


Project Setup

This repository is set up with the following technologies:

  • Node.js: JavaScript runtime used for the server.
  • TypeScript: A superset of JavaScript that adds type safety.
  • Express: Web framework to build APIs.
  • nodemon: Tool for auto-reloading the server during development.
  • ts-node: TypeScript execution environment for Node.js.

Installation

Follow the steps below to set up the project locally:

1. Clone the repository

git clone https://github.com/AtikulSoftware/starting-node-ts.git
cd starting-node-ts

Usage

1. Start the development server

After installing the dependencies, you can start the server using:

npm run dev

2. Build the project

To compile the TypeScript files into JavaScript, use:

npm run build

3. Run the compiled project

After building the project, you can run the compiled JavaScript using:

npm start

About

๐Ÿš€ A production-ready Node.js + TypeScript starter template with modern tooling - fast builds via tsup, instant dev feedback via tsx, and clean project structure out of the box.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages