Skip to content

Shafayathub/ts-node-dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Node.js Development Environment Setup

This repository provides a basic setup for developing Node.js applications with TypeScript using ts-node-dev.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed on your local machine. You can download it here.
  • npm (Node Package Manager) or yarn installed. npm is included with Node.js installation, but you can also install yarn separately. You can find instructions for yarn installation here.

Getting Started

To get started with this project setup, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Shafayathub/ts-node-dev-setup.git
    
  2. Navigate into the project directory:

    cd ts-node-dev-setup
    
  3. Install dependencies:

    If you're using npm:

    npm install
    

    If you're using yarn:

    yarn install
    
  4. Start the development server:

    If you're using npm:

    npm run dev
    

    If you're using yarn:

    yarn dev
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published