Package Exports
- @pelusa/create-node-ts-boilerplate
- @pelusa/create-node-ts-boilerplate/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pelusa/create-node-ts-boilerplate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NodeJS TypeScript Boilerplate
This project is a boilerplate for creating applications using Node.js and TypeScript.
Features
- Node.js
- TypeScript
- ESLint for linting
- Jest for testing
- Husky for Git hooks
Requirements
Make sure you have the following software installed on your machine:
- Node.js 16.x or later
- NPM 6.x or later
Getting Started
Follow these steps to get started with the boilerplate:
Clone the repository:
git clone https://github.com/tomascatena/node-typescript-boilerplate.gitInstall the dependencies:
npm installCompile TypeScript to JavaScript:
npm run buildStart the application in development mode:
npm run devStart the application in production mode:
npm start
License
This project is licensed under the MIT License - see the LICENSE file for details.