3.0.3 • Published 5 months ago

express-typescript-app v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Express TypeScript Template with Hot-Reload Support šŸš€

Create your next Express app effortlessly with TypeScript and enjoy the smooth development experience of hot-reload functionality. šŸ˜Ž

Installation

Get started by running the following command to create a new project:

npx express-typescript-app <app-name>

How It Works

This CLI tool automates the setup of a TypeScript-based Express application with hot-reloading capabilities using nodemon, ensuring your changes are reflected instantly during development.

File Structure

After running the command, your project directory will look like this:

<app-name>/
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ app.ts
│   ā”œā”€ā”€ controllers/
│   │   └── whether-controller.ts
│   ā”œā”€ā”€ models/
│   ā”œā”€ā”€ routes/
│   ā”œā”€ā”€ utils/
│   └── types/
ā”œā”€ā”€ public/
ā”œā”€ā”€ package.json
ā”œā”€ā”€ tsconfig.json
└── .gitignore
  • src/: Contains your TypeScript source files.
    • app.ts: Main application file for setting up Express.
    • controllers/: Directory for your application's controllers.
    • models/: Directory for your application's data models.
    • routes/: Folder to organize your route handlers.
    • utils/: Utility functions and helpers.
    • types/: TypeScript type definitions.
  • public/: Static files served by your application.
  • package.json: Lists your project's dependencies.
  • tsconfig.json: TypeScript configuration file.
  • .gitignore: Specifies intentionally untracked files to ignore.
  • README.md: Documentation for your project.

.

Dependencies

Development Dependencies

Unleash the power of TypeScript and Express in your next project with this handy CLI. Happy coding! šŸŽ‰

3.0.3

5 months ago

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

5 months ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.4

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago