Skip to content

tomascatena/node-typescript-boilerplate

Repository files navigation

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.

About

Boilerplate Project for NodeJS with Typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published