JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q41042F
  • License MIT

NodeJS Typescript Boilerplate

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:

  1. Clone the repository:

    git clone https://github.com/tomascatena/node-typescript-boilerplate.git
  2. Install the dependencies:

    npm install
  3. Compile TypeScript to JavaScript:

    npm run build
  4. Start the application in development mode:

    npm run dev
  5. Start the application in production mode:

    npm start

License

This project is licensed under the MIT License - see the LICENSE file for details.