1.0.6 • Published 1 year ago

ts-nodemon-starter v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago