km-express-template is a template for a basic Express application. It can be used as a starting point for a new Express application.
| Specification | Version | Links |
|---|---|---|
| Node | ^22.13 |
Doc - Learn |
| PNPM | ^10.12 |
Doc |
| Specification | Version | Links |
|---|---|---|
| Typescript | ^5.8 |
Doc |
| Express | ^5.1 |
Learn - API |
- Install running environment, see Node and Package Manager page
- Initialize project, see Create Express App guide
| Script | Description |
|---|---|
pnpm start |
Start the development server |
pnpm build |
Build application |