ts-nodemon-starter

1.0.6 • Public • Published

ts-nodemon-starter

A TypeScript starter template with Nodemon for automatic reloading and Express.js.

Features

  • TypeScript: Type-safe JavaScript with static type checking.
  • Nodemon: Automatic server reloading during development.
  • Express.js: Minimal and flexible Node.js web application framework.
  • dotenv: Environment variable management.

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

To use ts-nodemon-starter in your project, follow these steps:

  1. Install the package

    npm install ts-nodemon-starter
    
  2. Add a .env File

    Create a .env file in your project's root directory to manage environment variables:

    touch .env
    

Usage

  1. Development Start the development server with automatic reloading:

    npm run dev
    
  2. Build Compile TypeScript files to JavaScript:

    npm run build
    
  3. Start Run the compiled application:

    npm start
    

License

MIT

Contact

For any questions or feedback, please open an issue in the repository.

Package Sidebar

Install

npm i ts-nodemon-starter

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

6.18 kB

Total Files

8

Last publish

Collaborators

  • rathoretaruncodes