1.0.7 • Published 8 months ago
jboilerplate v1.0.7
jboilerplate
jboilerplate
is a TypeScript-based server boilerplate designed for quick project setup using the tsx
runtime for fast, lightweight execution. This boilerplate includes essential configurations for setting up an Express server, with linting, environment management, and TypeScript support right out of the box.
Features
- Express: Set up a basic Express server.
- TypeScript: Fully configured TypeScript support.
- TSX: Fast TypeScript runtime for node.js, allowing for quick execution without pre-compilation.
- Prettier and ESLint: Code formatting and linting for consistent code style.
- Dotenv: Support for environment variables.
Installation
To install this boilerplate, simply run:
npm i -g jboilerplate