This repository provides a basic setup for developing Node.js applications with TypeScript using ts-node-dev
.
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.
To get started with this project setup, follow these steps:
-
Clone the repository:
git clone https://github.com/Shafayathub/ts-node-dev-setup.git
-
Navigate into the project directory:
cd ts-node-dev-setup
-
Install dependencies:
If you're using npm:
npm install
If you're using yarn:
yarn install
-
Start the development server:
If you're using npm:
npm run dev
If you're using yarn:
yarn dev